Class NetcdfDatasetInfo

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Deprecated
    public class NetcdfDatasetInfo
    extends Object
    implements Closeable
    Deprecated.
    This will move to another package.
    Helper class for obtaining information about a NetcdfDataset. Creates a "netcdfDatasetInfo" XML document, used by the TDS "Common Data Model Coordinate System Validation".
    • Method Detail

      • getParseInfo

        public String getParseInfo()
        Deprecated.
        Detailed information when the coordinate systems were parsed
        Returns:
        String containing parsing info
      • getUserAdvice

        public String getUserAdvice()
        Deprecated.
        Specific advice to a user about problems with the coordinate information in the file.
        Returns:
        String containing advice to a user about problems with the coordinate information in the file.
      • getConventionUsed

        public String getConventionUsed()
        Deprecated.
        Get the name of the CoordSysBuilder that parses this file.
        Returns:
        the name of the CoordSysBuilder that parses this file.
      • writeXML

        public String writeXML()
        Deprecated.
        Write the information as an XML document
        Returns:
        String containing netcdfDatasetInfo XML
      • makeDocument

        public org.jdom2.Document makeDocument()
        Deprecated.
        Create an XML document from this info
        Returns:
        netcdfDatasetInfo XML document