Uses of Class
ucar.nc2.ft.point.PointCollectionImpl

Packages that use PointCollectionImpl
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.collection   
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of PointCollectionImpl in ucar.nc2.ft.point
 

Subclasses of PointCollectionImpl in ucar.nc2.ft.point
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 PointCollectionImpl
protected  PointCollectionImpl PointCollectionImpl.PointCollectionSubset.from
           
 

Constructors in ucar.nc2.ft.point with parameters of type PointCollectionImpl
PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from, LatLonRect filter_bb, DateRange filter_date)
           
 

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

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

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

Subclasses of PointCollectionImpl in ucar.nc2.ft.point.standard
 class StandardPointCollectionImpl
          Implementation of PointFeatureCollection using a NestedTable
 



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