Uses of Interface
ucar.nc2.dt.TypedDatasetFactoryIF

Packages that use TypedDatasetFactoryIF
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". 
 

Uses of TypedDatasetFactoryIF in ucar.nc2.dt.point
 

Classes in ucar.nc2.dt.point that implement TypedDatasetFactoryIF
 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 SequenceObsDataset
          This handles DODS sequences that have station obs data.
 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 TypedDatasetFactoryIF in ucar.nc2.dt.radial
 

Classes in ucar.nc2.dt.radial that implement TypedDatasetFactoryIF
 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 UF2Dataset
          Created by IntelliJ IDEA.
 

Uses of TypedDatasetFactoryIF in ucar.nc2.dt.trajectory
 

Classes in ucar.nc2.dt.trajectory that implement TypedDatasetFactoryIF
 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 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 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.
 



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