Uses of Interface
ucar.nc2.ft.FeatureDataset

Packages that use FeatureDataset
ucar.nc2.dt Scientific data types package. 
ucar.nc2.ft Scientific feature types package 
 

Uses of FeatureDataset in ucar.nc2.dt
 

Subinterfaces of FeatureDataset in ucar.nc2.dt
 interface RadialDatasetSweep
          A RadialDataset in which the radials can be grouped into sweeps.
 interface StationRadialDataset
          A collection of Stations with RadialDatatype data.
 

Uses of FeatureDataset in ucar.nc2.ft
 

Subinterfaces of FeatureDataset in ucar.nc2.ft
 interface FeatureDatasetPoint
          A FeatureDataset, composed of one or more PointFeatureCollections.
 

Classes in ucar.nc2.ft that implement FeatureDataset
 class FeatureDatasetImpl
          Abstract superclass for implementations of FeatureDataset.
 

Methods in ucar.nc2.ft that return FeatureDataset
 FeatureDataset FeatureDatasetFactory.open(FeatureType ftype, NetcdfDataset ncd, java.lang.Object analysis, CancelTask task, java.util.Formatter errlog)
          Open a NetcdfDataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.open(FeatureType wantFeatureType, java.lang.String location, CancelTask task, java.util.Formatter errlog)
          Open a dataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType, NetcdfDataset ncd, CancelTask task, java.util.Formatter errlog)
          Wrap a NetcdfDataset as a FeatureDataset.