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 NetcdfFileWriteable |
ncfile |
protected static String |
recordDimName |
protected static String |
timeName |
| Modifier | Constructor and Description |
|---|---|
protected |
CFPointWriter(String fileOut,
List<Attribute> atts) |
| 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) |
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 NetcdfFileWriteable ncfile
protected String altUnits
protected LatLonRect llbb
protected CalendarDate minDate
protected CalendarDate maxDate
protected CFPointWriter(String fileOut, List<Attribute> atts) throws IOException
IOExceptionpublic static int writeFeatureCollection(FeatureDatasetPoint fdpoint, String fileOut) throws IOException
IOExceptionpublic void setLength(long size)
protected void trackBB(EarthLocation loc, CalendarDate obsDate)
public void finish()
throws IOException
IOExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.