Class Float10TrajectoryObsDataset

  • All Implemented Interfaces:
    Closeable, AutoCloseable, TrajectoryObsDataset, TypedDataset, TypedDatasetFactoryIF

    public class Float10TrajectoryObsDataset
    extends MultiTrajectoryObsDataset
    implements TypedDatasetFactoryIF
    Deprecated.
    use ucar.nc2.ft.point
    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").
    Since:
    Feb 22, 2005T5:37:14 PM