Package ucar.nc2.dt.point
Class WriterCFStationObsDataset
- java.lang.Object
-
- ucar.nc2.dt.point.WriterCFStationObsDataset
-
public class WriterCFStationObsDataset extends Object
Deprecated.use ucar.nc2.ft.pointWrite StationObsDataset in "CF" experimental point/ungridded convention. Also experiment with streaming netcdf.
-
-
Constructor Summary
Constructors Constructor Description WriterCFStationObsDataset(DataOutputStream stream, 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.static voidmain2(String[] args)Deprecated.static voidmain3(String[] args)Deprecated.static voidrewrite(String fileIn, String fileOut, boolean inMemory, boolean sort)Deprecated.voidwriteHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars, int numrec)Deprecated.voidwriteRecord(StationObsDatatype sobs, ucar.ma2.StructureData sdata)Deprecated.
-
-
-
Constructor Detail
-
WriterCFStationObsDataset
public WriterCFStationObsDataset(DataOutputStream stream, String title)
Deprecated.
-
-
Method Detail
-
writeHeader
public void writeHeader(List<ucar.unidata.geoloc.Station> stns, List<ucar.nc2.VariableSimpleIF> vars, int numrec) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(StationObsDatatype sobs, ucar.ma2.StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
finish
public void finish() throws IOExceptionDeprecated.- Throws:
IOException
-
main3
public static void main3(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
rewrite
public static void rewrite(String fileIn, String fileOut, boolean inMemory, boolean sort) throws IOException
Deprecated.- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
main2
public static void main2(String[] args) throws IOException
Deprecated.- Throws:
IOException
-
-