|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrajectoryObsDataset | |
|---|---|
| ucar.nc2.dt.trajectory | Scientific data type "Trajectory". |
| Uses of TrajectoryObsDataset in ucar.nc2.dt.trajectory |
|---|
| Classes in ucar.nc2.dt.trajectory that implement TrajectoryObsDataset | |
|---|---|
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 |
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
Superclass for for implementations of TrajectoryObsDataset using a NetcdfFile underneath that contains multiple trajectories. |
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
Superclass for for implementations of TrajectoryObsDataset using a NetcdfFile underneath that contains a single trajectory. |
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. |
| Fields in ucar.nc2.dt.trajectory declared as TrajectoryObsDataset | |
|---|---|
protected TrajectoryObsDataset |
UnidataTrajectoryObsDataset2.backingTraj
|
| Methods in ucar.nc2.dt.trajectory that return TrajectoryObsDataset | |
|---|---|
static TrajectoryObsDataset |
TrajectoryObsDatasetFactory.open(java.lang.String netcdfFileURI)
Deprecated. |
static TrajectoryObsDataset |
TrajectoryObsDatasetFactory.open(java.lang.String netcdfFileURI,
CancelTask cancelTask)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||