ucar.nc2.ft.point
Class TrajectoryFeatureImpl

java.lang.Object
  extended by ucar.nc2.ft.point.PointCollectionImpl
      extended by ucar.nc2.ft.point.TrajectoryFeatureImpl
All Implemented Interfaces:
FeatureCollection, PointFeatureCollection, TrajectoryFeature

public abstract class TrajectoryFeatureImpl
extends PointCollectionImpl
implements TrajectoryFeature

Implementation of TrajectoryFeature

Since:
Mar 26, 2008
Author:
caron

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.ft.point.PointCollectionImpl
PointCollectionImpl.PointCollectionSubset
 
Field Summary
 
Fields inherited from class ucar.nc2.ft.point.PointCollectionImpl
boundingBox, dateRange, localIterator, name, npts
 
Constructor Summary
TrajectoryFeatureImpl(String name, int npts)
           
 
Method Summary
 FeatureType getCollectionFeatureType()
          All features in this collection have this feature type
 
Methods inherited from class ucar.nc2.ft.point.PointCollectionImpl
calcBounds, finish, getBoundingBox, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size, subset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ucar.nc2.ft.TrajectoryFeature
getBoundingBox, getDateRange, size
 
Methods inherited from interface ucar.nc2.ft.PointFeatureCollection
calcBounds, finish, getPointFeatureIterator, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, subset
 
Methods inherited from interface ucar.nc2.ft.FeatureCollection
getName
 

Constructor Detail

TrajectoryFeatureImpl

public TrajectoryFeatureImpl(String name,
                             int npts)
Method Detail

getCollectionFeatureType

public FeatureType getCollectionFeatureType()
Description copied from interface: FeatureCollection
All features in this collection have this feature type

Specified by:
getCollectionFeatureType in interface FeatureCollection
Overrides:
getCollectionFeatureType in class PointCollectionImpl
Returns:
the feature type


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.