Package ucar.nc2.dt

Interface TypedDataset

    • Method Detail

      • getTitle

        String getTitle()
        Deprecated.
        Returns:
        Title of the dataset.
      • getDescription

        String getDescription()
        Deprecated.
        Returns:
        Text information about this dataset.
      • getLocationURI

        String getLocationURI()
        Deprecated.
        Returns:
        The URI location of the dataset
      • getStartDate

        Date getStartDate()
        Deprecated.
        Returns:
        Start date for the entire dataset.
      • getEndDate

        Date getEndDate()
        Deprecated.
        Returns:
        End date for the entire dataset.
      • getBoundingBox

        LatLonRect getBoundingBox()
        Deprecated.
        Returns:
        the boundingBox for the entire dataset.
      • getGlobalAttributes

        List<Attribute> getGlobalAttributes()
        Deprecated.
        List of global attributes.
        Returns:
        List of type ucar.nc2.Attribute
      • findGlobalAttributeIgnoreCase

        Attribute findGlobalAttributeIgnoreCase​(String name)
        Deprecated.
        Parameters:
        name - attribute name
        Returns:
        the global attribute with the given name, ingnoring case.
      • getDataVariables

        List<VariableSimpleIF> getDataVariables()
        Deprecated.
        The data Variables available in this dataset. Should just be data variable others might be searching for, not metadata or coordinate system variables, etc. The shape of this VariableSimpleIF does not necessarily match the
        Returns:
        List of type VariableSimpleIF
      • getDataVariable

        VariableSimpleIF getDataVariable​(String shortName)
        Deprecated.
        Get the named data Variable.
        Parameters:
        shortName - of data Variable.
        Returns:
        VariableSimpleIF or null.
      • getNetcdfFile

        NetcdfFile getNetcdfFile()
        Deprecated.
        Returns:
        underlying NetcdfFile, or null if none.
      • getDetailInfo

        String getDetailInfo()
        Deprecated.
        Returns:
        debug / underlying implementation details