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
    • Constructor Detail

      • ZebraClassTrajectoryObsDataset

        public ZebraClassTrajectoryObsDataset()
        Deprecated.
      • ZebraClassTrajectoryObsDataset

        public ZebraClassTrajectoryObsDataset​(ucar.nc2.dataset.NetcdfDataset ncd)
                                       throws IOException
        Deprecated.
        Throws:
        IOException
    • Method Detail

      • isValidFile

        public static boolean isValidFile​(ucar.nc2.dataset.NetcdfDataset ncd)
        Deprecated.
      • isMine

        public boolean isMine​(ucar.nc2.dataset.NetcdfDataset ds)
        Deprecated.
        Description copied from interface: TypedDatasetFactoryIF
        Determine if this dataset belongs to you
        Specified by:
        isMine in interface TypedDatasetFactoryIF
        Parameters:
        ds - examine this NetcdfDataset to see if it belongs to this class.
        Returns:
        true if this class knows how to create a TypedDataset out of this NetcdfDataset.
      • open

        public TypedDataset open​(ucar.nc2.dataset.NetcdfDataset ncd,
                                 ucar.nc2.util.CancelTask task,
                                 StringBuilder errlog)
                          throws IOException
        Deprecated.
        Description copied from interface: TypedDatasetFactoryIF
        Open a NetcdfDataset as a TypedDataset.
        Specified by:
        open in interface TypedDatasetFactoryIF
        Parameters:
        ncd - already opened NetcdfDataset.
        task - use may cancel
        errlog - place errors here
        Returns:
        a subclass of TypedDataset
        Throws:
        IOException - on error