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 void
finish()
Deprecated.static void
main(String[] args)
Deprecated.static void
main2(String[] args)
Deprecated.static void
main3(String[] args)
Deprecated.static void
rewrite(String fileIn, String fileOut, boolean inMemory, boolean sort)
Deprecated.void
writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int numrec)
Deprecated.void
writeRecord(StationObsDatatype sobs, StructureData sdata)
Deprecated.
-
-
-
Constructor Detail
-
WriterCFStationObsDataset
public WriterCFStationObsDataset(DataOutputStream stream, String title)
Deprecated.
-
-
Method Detail
-
writeHeader
public void writeHeader(List<Station> stns, List<VariableSimpleIF> vars, int numrec) throws IOException
Deprecated.- Throws:
IOException
-
writeRecord
public void writeRecord(StationObsDatatype sobs, StructureData sdata) throws IOException
Deprecated.- Throws:
IOException
-
finish
public void finish() throws IOException
Deprecated.- 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
-
-