Package ucar.nc2.dt

Interface TypedDatasetFactoryIF

    • Method Detail

      • isMine

        boolean isMine​(ucar.nc2.dataset.NetcdfDataset ncd)
        Deprecated.
        Determine if this dataset belongs to you
        Parameters:
        ncd - 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

        TypedDataset open​(ucar.nc2.dataset.NetcdfDataset ncd,
                          ucar.nc2.util.CancelTask task,
                          StringBuilder errlog)
                   throws IOException
        Deprecated.
        Open a NetcdfDataset as a TypedDataset.
        Parameters:
        ncd - already opened NetcdfDataset.
        task - use may cancel
        errlog - place errors here
        Returns:
        a subclass of TypedDataset
        Throws:
        IOException - on error
      • getScientificDataType

        ucar.nc2.constants.FeatureType getScientificDataType()
        Deprecated.
        What kind of cientific data type will this return?
        Returns:
        scientific data type