Class PointSubsetWriterNetcdf
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.point.AbstractPointSubsetWriter
thredds.server.ncss.view.dsg.point.PointSubsetWriterNetcdf
Created by cwardgar on 2014/06/04.
-
Field Summary
Fields inherited from class thredds.server.ncss.view.dsg.point.AbstractPointSubsetWriter
pointFeatureCollectionFields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables -
Constructor Summary
ConstructorsConstructorDescriptionPointSubsetWriterNetcdf(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, ucar.nc2.NetcdfFileWriter.Version version) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeadersgetHttpHeaders(String datasetPath, boolean isStream) voidvoidwriteHeader(ucar.nc2.ft.PointFeature pf) voidwritePoint(ucar.nc2.ft.PointFeature pointFeat) Methods inherited from class thredds.server.ncss.view.dsg.point.AbstractPointSubsetWriter
writeMethods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getWantedDateRange, getWantedVariables, respond
-
Constructor Details
-
PointSubsetWriterNetcdf
public PointSubsetWriterNetcdf(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, ucar.nc2.NetcdfFileWriter.Version version) throws NcssException, IOException - Throws:
NcssExceptionIOException
-
-
Method Details
-
getHttpHeaders
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
writeHeader
- Specified by:
writeHeaderin classAbstractPointSubsetWriter- Throws:
IOException
-
writePoint
- Specified by:
writePointin classAbstractPointSubsetWriter- Throws:
Exception
-