Package ucar.nc2.dataset
Class NetcdfDatasetInfo
java.lang.Object
ucar.nc2.dataset.NetcdfDatasetInfo
- All Implemented Interfaces:
Closeable,AutoCloseable
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".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.Deprecated.Get the name of the CoordSysBuilder that parses this file.ucar.nc2.dt.grid.GridCoordSysDeprecated.Deprecated.Detailed information when the coordinate systems were parsedDeprecated.Specific advice to a user about problems with the coordinate information in the file.org.jdom2.DocumentDeprecated.Create an XML document from this infowriteXML()Deprecated.Write the information as an XML documentvoidwriteXML(OutputStream os) Deprecated.
-
Constructor Details
-
NetcdfDatasetInfo
Deprecated.- Throws:
IOException
-
NetcdfDatasetInfo
Deprecated.- Throws:
IOException
-
-
Method Details
-
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getParseInfo
Deprecated.Detailed information when the coordinate systems were parsed- Returns:
- String containing parsing info
-
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
Deprecated.Get the name of the CoordSysBuilder that parses this file.- Returns:
- the name of the CoordSysBuilder that parses this file.
-
writeXML
Deprecated.Write the information as an XML document- Returns:
- String containing netcdfDatasetInfo XML
-
getGridCoordSys
Deprecated. -
writeXML
Deprecated.- Throws:
IOException
-
makeDocument
public org.jdom2.Document makeDocument()Deprecated.Create an XML document from this info- Returns:
- netcdfDatasetInfo XML document
-