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