Class ZebraClassTrajectoryObsDataset

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

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