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

      • Float10TrajectoryObsDataset

        public Float10TrajectoryObsDataset()
        Deprecated.
      • Float10TrajectoryObsDataset

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

      • isValidFile

        public static boolean isValidFile​(ucar.nc2.dataset.NetcdfDataset ds)
        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