|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.dt.point.StationObsDatasetInfo
public class StationObsDatasetInfo
A helper class to StationObsDataset; creates XML documents.
Constructor Summary | |
---|---|
StationObsDatasetInfo(StationObsDataset sobs,
String path)
|
Method Summary | |
---|---|
static void |
main(String[] args)
debug |
org.jdom.Document |
makeStationCollectionDocument()
Create an XML document from this info |
org.jdom.Document |
makeStationObsDatasetDocument()
Create an XML document from this info |
String |
writeStationCollectionXML()
Write stationCollection XML document |
void |
writeStationCollectionXML(OutputStream os)
|
String |
writeStationObsDatasetXML()
Write stationObsDataset XML document |
void |
writeStationObsDatasetXML(OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StationObsDatasetInfo(StationObsDataset sobs, String path)
Method Detail |
---|
public String writeStationObsDatasetXML()
public void writeStationObsDatasetXML(OutputStream os) throws IOException
IOException
public String writeStationCollectionXML() throws IOException
IOException
public void writeStationCollectionXML(OutputStream os) throws IOException
IOException
public org.jdom.Document makeStationCollectionDocument() throws IOException
IOException
public org.jdom.Document makeStationObsDatasetDocument()
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 |