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