Package ucar.nc2.dt.point
Class WriterStationObsDataset
- java.lang.Object
-
- ucar.nc2.dt.point.WriterStationObsDataset
-
public class WriterStationObsDataset extends Object
Deprecated.use ucar.nc2.ft.pointWrite StationObsDataset in Unidata Station Obs Convention.
-
-
Constructor Summary
Constructors Constructor Description WriterStationObsDataset(String fileOut, String title)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
finish()
Deprecated.static void
main(String[] args)
Deprecated.void
writeHeader(List<Station> stns, List<VariableSimpleIF> vars)
Deprecated.void
writeRecord(String stnName, Date obsDate, StructureData sdata)
Deprecated.void
writeRecord(StationObsDatatype sobs, StructureData sdata)
Deprecated.
-
-
-
Constructor Detail
-
WriterStationObsDataset
public WriterStationObsDataset(String fileOut, String title) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
writeHeader
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(StationObsDatatype sobs, StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(String stnName, Date obsDate, StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
finish
public void finish() throws IOException
Deprecated.- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
-