Uses of Interface
ucar.nc2.ft.PointFeatureCollection

Packages that use PointFeatureCollection
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.collection   
ucar.nc2.ft.point.remote   
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of PointFeatureCollection in ucar.nc2.ft
 

Subinterfaces of PointFeatureCollection in ucar.nc2.ft
 interface ProfileFeature
          A set of observations along the vertical (z) axis.
 interface StationTimeSeriesFeature
          Time series of PointFeature at a named location aka 'station'.
 interface TrajectoryFeature
          A set of observations along a 1 dimensional path, connected in space and time.
 

Methods in ucar.nc2.ft that return PointFeatureCollection
 PointFeatureCollection NestedPointFeatureCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 PointFeatureCollection StationTimeSeriesFeatureCollection.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
          Flatten into a PointFeatureCollection, discarding connectedness information.
 PointFeatureCollection PointFeatureCollectionIterator.next()
          Returns the next PointFeatureCollection You must call hasNext() before calling next(), even if you know it will return true.
 PointFeatureCollection PointFeatureCollection.subset(LatLonRect boundingBox, DateRange dateRange)
          Subset this collection by boundingBox and/or dateRange
 

Methods in ucar.nc2.ft with parameters of type PointFeatureCollection
 boolean PointFeatureCollectionIterator.Filter.filter(PointFeatureCollection pointFeatureCollection)
          Filter collections.
 void PointFeatureIterator.setCalculateBounds(PointFeatureCollection collection)
          If this is set, then the iterator will calculate the bounding box, time range, and size, and make it available through getBoundingBox(), getDateRange(), and getSize().
 

Uses of PointFeatureCollection in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement PointFeatureCollection
 class PointCollectionImpl
          Abstract superclass for PointFeatureCollection Subclass must supply getPointFeatureIterator().
protected  class PointCollectionImpl.PointCollectionSubset
           
 class ProfileFeatureImpl
          Abstract superclass for implementations of ProfileFeature.
 class StationFeatureImpl
          Superclass for implementations of StationFeature: time series of data at a point Concrete subclass must implement getPointFeatureIterator();
 class StationTimeSeriesCollectionFlattened
          A flattened StationTimeSeriesCollection.
 class TrajectoryFeatureImpl
          Implementation of TrajectoryFeature
 

Fields in ucar.nc2.ft.point declared as PointFeatureCollection
protected  PointFeatureCollection PointIteratorAbstract.collection
           
 

Methods in ucar.nc2.ft.point that return PointFeatureCollection
 PointFeatureCollection MultipleNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection OneNestedPointCollectionImpl.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection StationTimeSeriesCollectionImpl.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
           
 PointFeatureCollection PointCollectionIteratorFiltered.next()
           
 PointFeatureCollection StationTimeSeriesCollectionFlattened.subset(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection PointCollectionImpl.subset(LatLonRect boundingBox, DateRange dateRange)
           
 

Methods in ucar.nc2.ft.point with parameters of type PointFeatureCollection
 void PointIteratorAbstract.setCalculateBounds(PointFeatureCollection collection)
           
 

Uses of PointFeatureCollection in ucar.nc2.ft.point.collection
 

Classes in ucar.nc2.ft.point.collection that implement PointFeatureCollection
 class CompositePointCollection
          PointCollection composed of other PointCollections
 class CompositeStationCollectionFlattened
          CompositeStationCollection that has been flattened into a PointCollection
 

Methods in ucar.nc2.ft.point.collection that return PointFeatureCollection
 PointFeatureCollection CompositeStationCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 PointFeatureCollection CompositeStationCollection.flatten(List<String> stations, DateRange dateRange, List<VariableSimpleIF> varList)
           
 PointFeatureCollection CompositePointCollection.subset(LatLonRect boundingBox, DateRange dateRange)
           
 

Uses of PointFeatureCollection in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return PointFeatureCollection
 PointFeatureCollection RemoteStationCollection.flatten(LatLonRect boundingBox, DateRange dateRange)
           
 

Uses of PointFeatureCollection in ucar.nc2.ft.point.standard
 

Classes in ucar.nc2.ft.point.standard that implement PointFeatureCollection
 class StandardPointCollectionImpl
          Implementation of PointFeatureCollection using a NestedTable
 



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