Package ucar.nc2.dt.point
Class StationObsDatasetInfo
- java.lang.Object
-
- ucar.nc2.dt.point.StationObsDatasetInfo
-
public class StationObsDatasetInfo extends Object
Deprecated.use ucar.nc2.ft.pointA helper class to StationObsDataset; creates XML documents.
-
-
Constructor Summary
Constructors Constructor Description StationObsDatasetInfo(StationObsDataset sobs, String path)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(String[] args)
Deprecated.debugorg.jdom2.Document
makeStationCollectionDocument()
Deprecated.Create an XML document from this infoorg.jdom2.Document
makeStationObsDatasetDocument()
Deprecated.Create an XML document from this infoString
writeStationCollectionXML()
Deprecated.Write stationCollection XML documentvoid
writeStationCollectionXML(OutputStream os)
Deprecated.String
writeStationObsDatasetXML()
Deprecated.Write stationObsDataset XML documentvoid
writeStationObsDatasetXML(OutputStream os)
Deprecated.
-
-
-
Constructor Detail
-
StationObsDatasetInfo
public StationObsDatasetInfo(StationObsDataset sobs, String path)
Deprecated.
-
-
Method Detail
-
writeStationObsDatasetXML
public String writeStationObsDatasetXML()
Deprecated.Write stationObsDataset XML document
-
writeStationObsDatasetXML
public void writeStationObsDatasetXML(OutputStream os) throws IOException
Deprecated.- Throws:
IOException
-
writeStationCollectionXML
public String writeStationCollectionXML() throws IOException
Deprecated.Write stationCollection XML document- Throws:
IOException
-
writeStationCollectionXML
public void writeStationCollectionXML(OutputStream os) throws IOException
Deprecated.- Throws:
IOException
-
makeStationCollectionDocument
public org.jdom2.Document makeStationCollectionDocument() throws IOException
Deprecated.Create an XML document from this info- Throws:
IOException
-
makeStationObsDatasetDocument
public org.jdom2.Document makeStationObsDatasetDocument()
Deprecated.Create an XML document from this info
-
main
public static void main(String[] args) throws IOException
Deprecated.debug- Throws:
IOException
-
-