Class | Description |
---|---|
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.
|
COSMICTrajectoryObsDataset |
Created by IntelliJ IDEA.
|
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").
|
MultiTrajectoryObsDataset | Deprecated
use ucar.nc2.ft.*
|
RafTrajectoryObsDataset |
Handle trajectory data files that follow the
NCAR-RAF netCDF Conventions ("NCAR-RAF/nimbus").
|
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.
|
SingleTrajectoryObsDataset | Deprecated
use ucar.nc2.ft.*
|
SingleTrajectoryObsDataset.Config | |
TrajectoryObsDatasetFactory | Deprecated
use ucar.nc2.dt.TypedDatasetFactory
|
TrajectoryObsDatasetImpl | Deprecated
use ucar.nc2.ft.*
|
TrajectoryObsDatasetImpl.Config |
Class Config _more_
|
UnidataTrajectoryObsDataset |
Handle trajectory data files that follow the
Unidata Observation Dataset convention version 1.0.
|
UnidataTrajectoryObsDataset2 |
Handle trajectory data files that follow the
Unidata Observation Dataset convention version 1.0.
|
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.
|
Scientific data type "Trajectory". A trajectory is a 1D connected set of points.
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.