Uses of Interface
ucar.nc2.ft.FeatureCollection

Packages that use FeatureCollection
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 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
 List<FeatureCollection> FeatureDatasetPoint.getPointFeatureCollectionList()
          Get a list of FeatureCollections contained in this dataset.
 

Uses of FeatureCollection in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement FeatureCollection
 class MultipleNestedPointCollectionImpl
          Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator().
 class OneNestedPointCollectionImpl
          Abstract superclass for singly nested NestedPointFeatureCollection Subclass must supply getPointFeatureCollectionIterator()
 class PointCollectionImpl
          Abstract superclass for PointFeatureCollection Subclass must supply getPointFeatureIterator().
protected  class PointCollectionImpl.PointCollectionSubset
           
 class ProfileFeatureImpl
          Abstract superclass for implementations of ProfileFeature.
 class SectionCollectionImpl
          Superclass for implementations of SectionFeatureCollection: series of profiles along a trajectory Concrete subclass must implement getNestedPointFeatureCollectionIterator();
 class SectionFeatureImpl
          Abstract superclass for implementations of SectionFeature.
 class StationFeatureImpl
          Superclass for implementations of StationFeature: time series of data at a point Concrete subclass must implement getPointFeatureIterator();
 class StationProfileCollectionImpl
          Abstract superclass for StationProfileFeatureCollection Subclasses must implement getNestedPointFeatureCollection
 class StationProfileFeatureImpl
          Abstract superclass for implementations of StationProfileFeature.
 class StationTimeSeriesCollectionFlattened
          A flattened StationTimeSeriesCollection.
 class StationTimeSeriesCollectionImpl
          Abstract superclass for implementations of StationFeatureCollection.
 class TrajectoryFeatureImpl
          Implementation of TrajectoryFeature
 

Fields in ucar.nc2.ft.point with type parameters of type FeatureCollection
protected  List<FeatureCollection> PointDatasetImpl.collectionList
           
 

Methods in ucar.nc2.ft.point that return types with arguments of type FeatureCollection
 List<FeatureCollection> PointDatasetImpl.getPointFeatureCollectionList()
           
 

Methods in ucar.nc2.ft.point with parameters of type FeatureCollection
protected  void PointDatasetImpl.setPointFeatureCollection(FeatureCollection collection)
           
 

Method parameters in ucar.nc2.ft.point with type arguments of type FeatureCollection
protected  void PointDatasetImpl.setPointFeatureCollection(List<FeatureCollection> collectionList)
           
 

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

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

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

Classes in ucar.nc2.ft.point.remote that implement FeatureCollection
 class RemoteStationCollection
          Connect to remote Station Collection using cdmremote
 

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

Classes in ucar.nc2.ft.point.standard that implement FeatureCollection
 class StandardPointCollectionImpl
          Implementation of PointFeatureCollection using a NestedTable
 class StandardProfileCollectionImpl
          Nested Table implementation of ProfileCollection
 class StandardSectionCollectionImpl
          Nested Table implementation of SectionCollection.
 class StandardStationCollectionImpl
          Object Heirarchy for StationFeatureCollection: StationFeatureCollection (StandardStationCollectionImpl PointFeatureCollectionIterator (anon) StationFeature (StandardStationFeatureImpl) PointFeatureIterator (StandardStationPointIterator) PointFeatureImpl
 class StandardStationProfileCollectionImpl
          Object Heirarchy: StationProfileFeatureCollection (StandardStationProfileCollectionImpl) StationProfileFeature (StandardStationProfileFeature) ProfileFeature (StandardProfileFeature) PointFeatureIterator (StandardPointFeatureIterator) PointFeature
 class StandardTrajectoryCollectionImpl
          TrajectoryFeatureCollection using nested tables.
 



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