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 voidmain(String[] args)Deprecated.debugorg.jdom2.DocumentmakeStationCollectionDocument()Deprecated.Create an XML document from this infoorg.jdom2.DocumentmakeStationObsDatasetDocument()Deprecated.Create an XML document from this infoStringwriteStationCollectionXML()Deprecated.Write stationCollection XML documentvoidwriteStationCollectionXML(OutputStream os)Deprecated.StringwriteStationObsDatasetXML()Deprecated.Write stationObsDataset XML documentvoidwriteStationObsDatasetXML(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 IOExceptionDeprecated.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
-
-