Class UnidataTrajectoryObsDataset

    • Constructor Detail

      • UnidataTrajectoryObsDataset

        public UnidataTrajectoryObsDataset()
        Deprecated.
      • UnidataTrajectoryObsDataset

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

      • isValidFile

        public static boolean isValidFile​(ucar.nc2.NetcdfFile 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