Uses of Interface
ucar.nc2.ft.NestedPointFeatureCollection

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

Uses of NestedPointFeatureCollection in ucar.nc2.ft
 

Subinterfaces of NestedPointFeatureCollection in ucar.nc2.ft
 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 StationTimeSeriesFeatureCollection
          A collection of StationTimeSeriesFeature.
 interface TrajectoryFeatureCollection
          A collection of TrajectoryFeatures
 

Methods in ucar.nc2.ft that return NestedPointFeatureCollection
 NestedPointFeatureCollection NestedPointFeatureCollectionIterator.next()
          Returns the next NestedPointFeatureCollection object You must call hasNext() before calling next(), even if you know it will return true.
 NestedPointFeatureCollection NestedPointFeatureCollection.subset(LatLonRect boundingBox)
          Get a subsetted NestedPointFeatureCollection based on a LatLonRect
 

Methods in ucar.nc2.ft with parameters of type NestedPointFeatureCollection
 boolean NestedPointFeatureCollectionIterator.Filter.filter(NestedPointFeatureCollection nestedPointFeatureCollection)
          Filter collections.