Uses of Interface
ucar.nc2.dt.TypedDataset

Packages that use TypedDataset
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
 

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, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, String location, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
 TypedDataset TypedDatasetFactoryIF.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Open a NetcdfDataset as a TypedDataset.
 

Uses of TypedDataset in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement TypedDataset
 class GridDataset
          Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
 

Uses of TypedDataset in ucar.nc2.dt.point
 

Classes in ucar.nc2.dt.point that implement TypedDataset
 class CFstationObsDataset
          This handles station datasets in "Unidata Observation Dataset v1.0" Read StationObsDataset in "CF" experimental point/ungridded convention.
 class DapperDataset
          Handles datasets using Dapper doubley nested sequences.
 class MadisPointObsDataset
          Class Description.
 class MadisStationObsDataset
          This reads MADIS station data formatted files.
 class NdbcDataset
          National Data Buoy Center data.
 class OldUnidataPointObsDataset
          This handles datasets in an old format.
 class OldUnidataStationObsDataset
          This handles datasets in the old metar2nc format.
 class PointObsDatasetImpl
          Superclass for implementations of PointObsDataset.
 class SequenceObsDataset
          This handles DODS sequences that have station obs data.
 class StationObsDatasetImpl
          Superclass for implementations of StationObsDataset.
 class UnidataPointObsDataset
          This handles point datasets in "Unidata Observation Dataset v1.0"
 class UnidataStationObsDataset
          This handles station datasets in "Unidata Observation Dataset v1.0" implemented as linked or contiguous lists.
 class UnidataStationObsDataset2
          Deprecated. use UnidataStationObsDataset instead of this.
 class UnidataStationObsMultidimDataset
          This handles station datasets in "Unidata Observation Dataset v1.0" implemented as multidimensional Structures.
 

Methods in ucar.nc2.dt.point that return TypedDataset
 TypedDataset NdbcDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated.  
 TypedDataset OldUnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset SequenceObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsMultidimDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset DapperDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset OldUnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFstationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 

Uses of TypedDataset in ucar.nc2.dt.radial
 

Classes in ucar.nc2.dt.radial that implement TypedDataset
 class CFnetCDF2Dataset
          Created by IntelliJ IDEA.
 class Dorade2Dataset
          Make a Dorade 2 NetcdfDataset into a RadialDataset.
 class LevelII2Dataset
          Make a NEXRAD Level 2 NetcdfDataset into a RadialDataset.
 class Netcdf2Dataset
          Created by IntelliJ IDEA.
 class Nids2Dataset
          Make a Nids NetcdfDataset into a RadialDataset.
 class RadialDatasetSweepAdapter
          Make a NetcdfDataset into a RadialDatasetSweep.
 class StationRadarCollectionImpl
          Created by IntelliJ IDEA.
 class UF2Dataset
          Created by IntelliJ IDEA.
 

Methods in ucar.nc2.dt.radial that return TypedDataset
 TypedDataset Dorade2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFnetCDF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          _more_
 TypedDataset Nids2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset LevelII2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Netcdf2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 

Uses of TypedDataset in ucar.nc2.dt.trajectory
 

Classes in ucar.nc2.dt.trajectory that implement TypedDataset
 class ARMTrajectoryObsDataset
          Implements TrajectoryDataset for datasets with these characteristics: it has only one dimension, the dimension is UNLIMITED and is named "time" it has one coordinate variable, time(time), with units that are udunits time units has the variables latitude(time), longitude(time), and altitude(time) with units "deg", "deg", and "m", respectively.
 class COSMICTrajectoryObsDataset
          Created by IntelliJ IDEA.
 class Float10TrajectoryObsDataset
          Implements TrajectoryDataset for datasets with these characteristics: it has two dimensions, an UNLIMITED time dimension and a trajectory dimension it has two coordinate variables: 1) a time variable has units that are udunits time units; and 2) a trajectory variable all other variables are on the (time, trajectory) coordinate system has latitude, longitude, and depth variables, only DEPTH has units (compatible with "m").
 class MultiTrajectoryObsDataset
          Deprecated. use ucar.nc2.ft.*
 class RafTrajectoryObsDataset
          Handle trajectory data files that follow the NCAR-RAF netCDF Conventions ("NCAR-RAF/nimbus").
 class SimpleTrajectoryObsDataset
          Implements TrajectoryDataset for datasets with these characteristics: it has only one dimension, the dimension is UNLIMITED and is named "time" it has one coordinate variable, time(time), with units that are udunits time units has the variables latitude(time), longitude(time), and altitude(time) with units "deg", "deg", and "m", respectively.
 class SingleTrajectoryObsDataset
          Deprecated. use ucar.nc2.ft.*
 class TrajectoryObsDatasetImpl
          Deprecated. use ucar.nc2.ft.*
 class UnidataTrajectoryObsDataset
          Handle trajectory data files that follow the Unidata Observation Dataset convention version 1.0.
 class UnidataTrajectoryObsDataset2
          Handle trajectory data files that follow the Unidata Observation Dataset convention version 1.0.
 class ZebraClassTrajectoryObsDataset
          Implements TrajectoryDataset for datasets with these characteristics: it has only one dimension, the dimension is UNLIMITED and is named "time" it has one coordinate variable, time(time), with units that are udunits time units has the variables latitude(time), longitude(time), and altitude(time) with units "deg", "deg", and "m", respectively.
 

Methods in ucar.nc2.dt.trajectory that return TypedDataset
 TypedDataset SimpleTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ARMTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Float10TrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset RafTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset COSMICTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 

Uses of TypedDataset in ucar.nc2.iosp.adde
 

Classes in ucar.nc2.iosp.adde that implement TypedDataset
 class AddeStationObsDataset
          An adde "point" dataset.
 

Uses of TypedDataset in ucar.nc2.thredds
 

Classes in ucar.nc2.thredds that implement TypedDataset
 class DqcRadarDatasetCollection
          Obsolete.
 class DqcStationObsDataset
          This implements a StationObsDataset with a DQC.
 class TDSRadarDatasetCollection
          Client side for getting data from the TDS radar server.
 



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