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 voidfinish()Deprecated.static voidmain(String[] args)Deprecated.voidwriteHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars)Deprecated.voidwriteRecord(String stnName, Date obsDate, ucar.ma2.StructureData sdata)Deprecated.voidwriteRecord(StationObsDatatype sobs, ucar.ma2.StructureData sdata)Deprecated.
-
-
-
Constructor Detail
-
WriterStationObsDataset
public WriterStationObsDataset(String fileOut, String title) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
writeHeader
public void writeHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(StationObsDatatype sobs, ucar.ma2.StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(String stnName, Date obsDate, ucar.ma2.StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
finish
public void finish() throws IOExceptionDeprecated.- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
-