public class WriterCFPointCollection extends CFPointWriter
writeHeader() iterate { writeRecord() } finish()
Constructor and Description |
---|
WriterCFPointCollection(NetcdfFileWriter.Version version,
String fileOut,
List<Attribute> atts) |
WriterCFPointCollection(String fileOut,
String title) |
Modifier and Type | Method and Description |
---|---|
void |
writeHeader(List<VariableSimpleIF> vars,
DateUnit timeUnit,
String altUnits) |
void |
writeRecord(double timeCoordValue,
CalendarDate obsDate,
EarthLocation loc,
StructureData sdata) |
void |
writeRecord(PointFeature sobs,
StructureData sdata) |
finish, setLength, trackBB, writeFeatureCollection
public WriterCFPointCollection(String fileOut, String title) throws IOException
IOException
public WriterCFPointCollection(NetcdfFileWriter.Version version, String fileOut, List<Attribute> atts) throws IOException
IOException
public void writeHeader(List<VariableSimpleIF> vars, DateUnit timeUnit, String altUnits) throws IOException
IOException
public void writeRecord(PointFeature sobs, StructureData sdata) throws IOException
IOException
public void writeRecord(double timeCoordValue, CalendarDate obsDate, EarthLocation loc, StructureData sdata) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.