public abstract class AbstractPointSubsetWriter extends DsgSubsetWriter
| Modifier and Type | Field and Description |
|---|---|
protected ucar.nc2.ft.PointFeatureCollection |
pointFeatureCollection |
fdPoint, ncssParams, wantedRange, wantedVariables| Constructor and Description |
|---|
AbstractPointSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint,
ucar.nc2.ft2.coverage.SubsetParams ncssParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
write() |
abstract void |
writeFooter() |
abstract void |
writeHeader(ucar.nc2.ft.PointFeature pf) |
abstract void |
writePoint(ucar.nc2.ft.PointFeature pointFeat) |
getHttpHeaders, getWantedDateRange, getWantedVariables, respondprotected final ucar.nc2.ft.PointFeatureCollection pointFeatureCollection
public AbstractPointSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint,
ucar.nc2.ft2.coverage.SubsetParams ncssParams)
throws NcssException,
IOException
NcssExceptionIOExceptionpublic abstract void writeHeader(ucar.nc2.ft.PointFeature pf)
throws Exception
Exceptionpublic abstract void writePoint(ucar.nc2.ft.PointFeature pointFeat)
throws Exception
Exceptionpublic void write()
throws Exception
write in class DsgSubsetWriterException