@Deprecated public class NetcdfDatasetInfo extends Object implements Closeable
| Constructor and Description |
|---|
NetcdfDatasetInfo(NetcdfDataset ds)
Deprecated.
|
NetcdfDatasetInfo(String location)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
String |
getConventionUsed()
Deprecated.
Get the name of the CoordSysBuilder that parses this file.
|
ucar.nc2.dt.grid.GridCoordSys |
getGridCoordSys(VariableEnhanced ve)
Deprecated.
|
String |
getParseInfo()
Deprecated.
Detailed information when the coordinate systems were parsed
|
String |
getUserAdvice()
Deprecated.
Specific advice to a user about problems with the coordinate information in the file.
|
org.jdom2.Document |
makeDocument()
Deprecated.
Create an XML document from this info
|
String |
writeXML()
Deprecated.
Write the information as an XML document
|
void |
writeXML(OutputStream os)
Deprecated.
|
public NetcdfDatasetInfo(String location) throws IOException
IOExceptionpublic NetcdfDatasetInfo(NetcdfDataset ds) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getParseInfo()
public String getUserAdvice()
public String getConventionUsed()
public String writeXML()
public ucar.nc2.dt.grid.GridCoordSys getGridCoordSys(VariableEnhanced ve)
public void writeXML(OutputStream os) throws IOException
IOExceptionpublic org.jdom2.Document makeDocument()