public class WriterCFPointCollection
extends java.lang.Object
| Constructor and Description |
|---|
WriterCFPointCollection(java.lang.String fileOut,
java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
setLength(long size) |
void |
writeHeader(java.util.List<VariableSimpleIF> vars,
DateUnit timeUnit,
java.lang.String altUnits) |
void |
writeRecord(double timeCoordValue,
java.util.Date obsDate,
EarthLocation loc,
StructureData sdata) |
void |
writeRecord(PointFeature sobs,
StructureData sdata) |
public WriterCFPointCollection(java.lang.String fileOut,
java.lang.String title)
throws java.io.IOException
java.io.IOExceptionpublic void setLength(long size)
public void writeHeader(java.util.List<VariableSimpleIF> vars, DateUnit timeUnit, java.lang.String altUnits) throws java.io.IOException
java.io.IOExceptionpublic void writeRecord(PointFeature sobs, StructureData sdata) throws java.io.IOException
java.io.IOExceptionpublic void writeRecord(double timeCoordValue,
java.util.Date obsDate,
EarthLocation loc,
StructureData sdata)
throws java.io.IOException
java.io.IOExceptionpublic void finish()
throws java.io.IOException
java.io.IOException