ucar.nc2.dt.point
Class StationObsDatasetInfo

java.lang.Object
  extended by ucar.nc2.dt.point.StationObsDatasetInfo

public class StationObsDatasetInfo
extends Object

A helper class to StationObsDataset; creates XML documents.

Author:
caron

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

StationObsDatasetInfo

public StationObsDatasetInfo(StationObsDataset sobs,
                             String path)
Method Detail

writeStationObsDatasetXML

public String writeStationObsDatasetXML()
Write stationObsDataset XML document


writeStationObsDatasetXML

public void writeStationObsDatasetXML(OutputStream os)
                               throws IOException
Throws:
IOException

writeStationCollectionXML

public String writeStationCollectionXML()
                                 throws IOException
Write stationCollection XML document

Throws:
IOException

writeStationCollectionXML

public void writeStationCollectionXML(OutputStream os)
                               throws IOException
Throws:
IOException

makeStationCollectionDocument

public org.jdom.Document makeStationCollectionDocument()
                                                throws IOException
Create an XML document from this info

Throws:
IOException

makeStationObsDatasetDocument

public org.jdom.Document makeStationObsDatasetDocument()
Create an XML document from this info


main

public static void main(String[] args)
                 throws IOException
debug

Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.