Class PointSubsetWriterXML
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.point.AbstractPointSubsetWriter
thredds.server.ncss.view.dsg.point.PointSubsetWriterXML
Created by cwardgar on 2014/06/03.
-
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
ConstructorsConstructorDescriptionPointSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) PointSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out, int collectionIndex, XMLStreamWriter staxWriter) -
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
-
PointSubsetWriterXML
public PointSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws XMLStreamException, NcssException - Throws:
XMLStreamExceptionNcssException
-
PointSubsetWriterXML
public PointSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out, int collectionIndex, XMLStreamWriter staxWriter) throws XMLStreamException, NcssException - Throws:
XMLStreamExceptionNcssException
-
-
Method Details
-
getHttpHeaders
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
writeHeader
- Specified by:
writeHeaderin classAbstractPointSubsetWriter- Throws:
XMLStreamException
-
writePoint
- Specified by:
writePointin classAbstractPointSubsetWriter- Throws:
XMLStreamExceptionIOException
-