public class CFPointWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
altName |
protected String |
altUnits |
protected Set<Dimension> |
dimSet |
protected static String |
latName |
protected LatLonRect |
llbb |
protected static String |
lonName |
protected CalendarDate |
maxDate |
protected CalendarDate |
minDate |
protected static String |
recordDimName |
protected static String |
timeName |
protected NetcdfFileWriter |
writer |
Constructor and Description |
---|
CFPointWriter(String fileOut,
List<Attribute> atts,
NetcdfFileWriter.Version version) |
CFPointWriter(String fileOut,
List<Attribute> atts,
NetcdfFileWriter.Version version,
boolean addTimeCoverage) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
setLength(long size) |
protected void |
trackBB(EarthLocation loc,
CalendarDate obsDate) |
static int |
writeFeatureCollection(FeatureDatasetPoint fdpoint,
String fileOut,
NetcdfFileWriter.Version version) |
protected static final String recordDimName
protected static final String latName
protected static final String lonName
protected static final String altName
protected static final String timeName
protected NetcdfFileWriter writer
protected String altUnits
protected LatLonRect llbb
protected CalendarDate minDate
protected CalendarDate maxDate
public CFPointWriter(String fileOut, List<Attribute> atts, NetcdfFileWriter.Version version) throws IOException
IOException
public CFPointWriter(String fileOut, List<Attribute> atts, NetcdfFileWriter.Version version, boolean addTimeCoverage) throws IOException
fileOut
- name of the output fileatts
- attributes to be addedversion
- netcdf file versionaddTimeCoverage
- for files that don't have time dimension indicates we won't have time coverage attributes eitherIOException
public static int writeFeatureCollection(FeatureDatasetPoint fdpoint, String fileOut, NetcdfFileWriter.Version version) throws IOException
IOException
public void setLength(long size)
protected void trackBB(EarthLocation loc, CalendarDate obsDate)
public void finish() throws IOException
IOException
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.