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 voidfinish()Deprecated.static voidmain(String[] args)Deprecated.voidsetLength(long size)Deprecated.voidwriteHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars, int nprofiles, String altVarName)Deprecated.voidwriteRecord(String stnName, Date obsDate, ucar.ma2.StructureData sdata)Deprecated.voidwriteRecord(StationObsDatatype sobs, ucar.ma2.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<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars, int nprofiles, String altVarName) 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
-
-