Uses of Class
ucar.nc2.dt.TypedDatasetImpl

Packages that use TypedDatasetImpl
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 TypedDatasetImpl in ucar.nc2.dt.point
 

Subclasses of TypedDatasetImpl in ucar.nc2.dt.point
 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.
 

Uses of TypedDatasetImpl in ucar.nc2.dt.radial
 

Subclasses of TypedDatasetImpl in ucar.nc2.dt.radial
 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.
 

Uses of TypedDatasetImpl in ucar.nc2.dt.trajectory
 

Subclasses of TypedDatasetImpl in ucar.nc2.dt.trajectory
 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.
 

Uses of TypedDatasetImpl in ucar.nc2.iosp.adde
 

Subclasses of TypedDatasetImpl in ucar.nc2.iosp.adde
 class AddeStationObsDataset
          An adde "point" dataset.
 

Uses of TypedDatasetImpl in ucar.nc2.thredds
 

Subclasses of TypedDatasetImpl in ucar.nc2.thredds
 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.