@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
IOException
public NetcdfDatasetInfo(NetcdfDataset ds) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public 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
IOException
public org.jdom2.Document makeDocument()