Uses of Interface
ucar.nc2.ft.FeatureCollection

Packages that use FeatureCollection
ucar.nc2.ft Scientific feature types package 
 

Uses of FeatureCollection in ucar.nc2.ft
 

Subinterfaces of FeatureCollection in ucar.nc2.ft
 interface NestedPointFeatureCollection
          A collection of PointFeatures nested inside one or more PointFeatureCollection.
 interface PointFeatureCollection
          A collection of PointFeatures.
 interface ProfileFeature
          A set of observations along the vertical (z) axis.
 interface ProfileFeatureCollection
          A collection of ProfileFeature.
 interface SectionFeature
          A collection of profiles which originate along a trajectory.
 interface SectionFeatureCollection
          A collection of SectionFeatures.
 interface StationProfileFeature
          Time series of ProfileFeature at named locations.
 interface StationProfileFeatureCollection
          A collection of StationProfileFeatures
 interface StationTimeSeriesFeature
          Time series of PointFeature at a named location aka 'station'.
 interface StationTimeSeriesFeatureCollection
          A collection of StationTimeSeriesFeature.
 interface TrajectoryFeature
          A set of observations along a 1 dimensional path, connected in space and time.
 interface TrajectoryFeatureCollection
          A collection of TrajectoryFeatures
 

Methods in ucar.nc2.ft that return types with arguments of type FeatureCollection
 java.util.List<FeatureCollection> FeatureDatasetPoint.getPointFeatureCollectionList()
          Get a list of FeatureCollections contained in this dataset.