ucar.nc2.dt.point
Class StationObsDatasetWriter
java.lang.Object
ucar.nc2.dt.point.StationObsDatasetWriter
public class StationObsDatasetWriter
- extends java.lang.Object
Write StationObsDataset in Unidata Station Obs COnvention.
- Version:
- $Revision$ $Date$
- Author:
- caron
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StationObsDatasetWriter
public StationObsDatasetWriter(java.lang.String fileOut)
setLength
public void setLength(long size)
writeHeader
public void writeHeader(java.util.List stns,
java.util.List vars)
throws java.io.IOException
- Throws:
java.io.IOException
writeRecord
public void writeRecord(StationObsDatatype sobs,
StructureData sdata)
throws java.io.IOException
- Throws:
java.io.IOException
finish
public void finish()
throws java.io.IOException
- Throws:
java.io.IOException
main2
public static void main2(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException