|
||||||||||
| 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".
| Method Summary | |
|---|---|
java.lang.String |
getCoordSysBuilderName()
Get the name of the COordSysBuilder that parses this file. |
GridCoordSys |
getGridCoordSys(VariableEnhanced ve)
|
java.lang.StringBuffer |
getParseInfo()
Detailed information when the coordinate systems were parsed |
java.lang.StringBuffer |
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.StringBuffer getParseInfo()
public java.lang.StringBuffer getUserAdvice()
public java.lang.String getCoordSysBuilderName()
public java.lang.String writeXML()
public GridCoordSys getGridCoordSys(VariableEnhanced ve)
public void writeXML(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic 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 | |||||||||