|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dataset.NetcdfDatasetInfo
public class NetcdfDatasetInfo
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 | |
---|---|
NetcdfDatasetInfo(java.lang.String location)
|
Method Summary | |
---|---|
void |
close()
|
java.lang.String |
getConventionUsed()
Get the name of the CoordSysBuilder that parses this file. |
ucar.nc2.dt.grid.GridCoordSys |
getGridCoordSys(VariableEnhanced ve)
|
java.lang.String |
getParseInfo()
Detailed information when the coordinate systems were parsed |
java.lang.String |
getUserAdvice()
Specific advice to a user about problems with the coordinate information in the file. |
static void |
main(java.lang.String[] args)
debug |
org.jdom.Document |
makeDocument()
Create an XML document from this info |
java.lang.String |
writeXML()
Write the information as an XML document |
void |
writeXML(java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetcdfDatasetInfo(java.lang.String location) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void close() throws java.io.IOException
java.io.IOException
public java.lang.String getParseInfo()
public java.lang.String getUserAdvice()
public java.lang.String getConventionUsed()
public java.lang.String writeXML()
public ucar.nc2.dt.grid.GridCoordSys getGridCoordSys(VariableEnhanced ve)
public void writeXML(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public org.jdom.Document makeDocument()
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |