Uses of Interface
ucar.nc2.dt.TypedDataset

Packages that use TypedDataset
ucar.nc2.dt Scientific data types package. 
 

Uses of TypedDataset in ucar.nc2.dt
 

Subinterfaces of TypedDataset in ucar.nc2.dt
 interface GridDataset
          A dataset containing Grid objects.
 interface PointObsDataset
          A PointCollection of PointObsDatatype.
 interface RadialDatasetSweep
          A RadialDataset in which the radials can be grouped into sweeps.
 interface StationObsDataset
          A collection of Stations with StationObsDatatype data.
 interface StationRadialDataset
          A collection of Stations with RadialDatatype data.
 interface TrajectoryObsDataset
          A collection of TrajectoryObsDatatype.
 

Classes in ucar.nc2.dt that implement TypedDataset
 class TypedDatasetImpl
          Superclass for implementations of TypedDataset.
 

Methods in ucar.nc2.dt that return TypedDataset
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, java.lang.StringBuilder errlog)
          Open a dataset as a TypedDataset.
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, java.lang.String location, CancelTask task, java.lang.StringBuilder errlog)
          Open a dataset as a TypedDataset.
 TypedDataset TypedDatasetFactoryIF.open(NetcdfDataset ncd, CancelTask task, java.lang.StringBuilder errlog)
          Open a NetcdfDataset as a TypedDataset.