Class StationProfileSubsetWriterXML
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
thredds.server.ncss.view.dsg.station.StationProfileSubsetWriterXML
-
Nested Class Summary
Nested classes/interfaces inherited from class thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
AbstractStationProfileSubsetWriter.ClosestTimeStationProfileFeatureSubset -
Field Summary
Fields inherited from class thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
headerDone, stationFeatureCollection, wantedStationsFields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables -
Constructor Summary
ConstructorsConstructorDescriptionStationProfileSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) StationProfileSubsetWriterXML(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) protected voidprotected voidwriteHeader(ucar.nc2.ft.StationProfileFeature stn) protected voidwriteStationPointFeature(ucar.nc2.ft.StationProfileFeature stn, ucar.nc2.ft.point.StationPointFeature stationPointFeat) Methods inherited from class thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
write, writeProfileFeature, writeStationProfileTimeSeriesFeatureMethods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getWantedDateRange, getWantedVariables, respond
-
Constructor Details
-
StationProfileSubsetWriterXML
public StationProfileSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws XMLStreamException, NcssException, IOException -
StationProfileSubsetWriterXML
public StationProfileSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out, int collectionIndex, XMLStreamWriter staxWriter) throws XMLStreamException, NcssException, IOException
-
-
Method Details
-
getHttpHeaders
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
writeHeader
- Specified by:
writeHeaderin classAbstractStationProfileSubsetWriter- Throws:
XMLStreamException
-
writeStationPointFeature
protected void writeStationPointFeature(ucar.nc2.ft.StationProfileFeature stn, ucar.nc2.ft.point.StationPointFeature stationPointFeat) throws XMLStreamException, IOException - Specified by:
writeStationPointFeaturein classAbstractStationProfileSubsetWriter- Throws:
XMLStreamExceptionIOException
-