Uses of Package
ucar.nc2.ft

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

Classes in ucar.nc2.ft used by ucar.nc2.ft
EarthLocation
          A location on the earth, specified by lat, lon and optionally altitude.
EarthLocationImpl
          A location on the Earth.
FeatureCollection
          A collection of FeatureTypes.
FeatureDataset
          Superclass for "scientific feature type" datasets.
FeatureDatasetFactory
          Interface for factories that wrap a NetcdfDataset with a FeatureDataset.
NestedPointFeatureCollection
          A collection of PointFeatures nested inside one or more PointFeatureCollection.
NestedPointFeatureCollectionIterator
          An iterator over NestedPointFeatureCollection.
PointFeature
          A collection of observations at one time and location.
PointFeatureCollection
          A collection of PointFeatures.
PointFeatureCollectionIterator
          An iterator over PointFeatureCollections.
PointFeatureIterator
          An iterator over PointFeatures
ProfileFeature
          A set of observations along the vertical (z) axis.
ProfileFeatureCollection
          A collection of ProfileFeature.
SectionFeature
          A collection of profiles which originate along a trajectory.
Station
          A named location on the earth.
StationCollection
          A collection of data at named locations called Stations.
StationProfileFeature
          Time series of ProfileFeature at named locations.
StationProfileFeatureCollection
          A collection of StationProfileFeatures
StationTimeSeriesFeature
          Time series of PointFeature at a named location called a Station.
StationTimeSeriesFeatureCollection
          A collection of StationTimeSeriesFeature.
TrajectoryFeature
          A set of observations along a 1 dimensional path, connected in space and time.