Package ucar.nc2.dt.point
Class WriterProfileObsDataset
- java.lang.Object
-
- ucar.nc2.dt.point.WriterProfileObsDataset
-
public class WriterProfileObsDataset extends Object
Deprecated.use ucar.nc2.ft.pointWrite ProfileObsDataset in Unidata Obs Convention.
-
-
Constructor Summary
Constructors Constructor Description WriterProfileObsDataset(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
setLength(long size)
Deprecated.void
writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int nprofiles, String altVarName)
Deprecated.void
writeRecord(String stnName, Date obsDate, StructureData sdata)
Deprecated.void
writeRecord(StationObsDatatype sobs, StructureData sdata)
Deprecated.
-
-
-
Constructor Detail
-
WriterProfileObsDataset
public WriterProfileObsDataset(String fileOut, String title) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
setLength
public void setLength(long size)
Deprecated.
-
writeHeader
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int nprofiles, String altVarName) 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
-
-