Class StationSubsetWriterWaterML
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
thredds.server.ncss.view.dsg.station.StationSubsetWriterWaterML
Created by cwardgar on 2014/06/04.
-
Nested Class Summary
Nested classes/interfaces inherited from class thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
AbstractStationSubsetWriter.ClosestTimeStationFeatureSubset -
Field Summary
Fields inherited from class thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
headerDone, stationFeatureCollection, wantedStationsFields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables -
Constructor Summary
ConstructorsConstructorDescriptionStationSubsetWriterWaterML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) StationSubsetWriterWaterML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out, int collectionIndex) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeadersgetHttpHeaders(String datasetPath, boolean isStream) protected voidprotected voidwriteHeader(ucar.nc2.ft.point.StationPointFeature stationPointFeat) protected voidwriteStationPointFeature(ucar.nc2.ft.point.StationPointFeature stationPointFeat) protected intwriteStationTimeSeriesFeature(ucar.nc2.ft.StationTimeSeriesFeature stationFeat) Methods inherited from class thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
writeMethods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getWantedDateRange, getWantedVariables, respond
-
Constructor Details
-
StationSubsetWriterWaterML
public StationSubsetWriterWaterML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException, IOException - Throws:
NcssExceptionIOException
-
StationSubsetWriterWaterML
public StationSubsetWriterWaterML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out, int collectionIndex) throws NcssException, IOException - Throws:
NcssExceptionIOException
-
-
Method Details
-
getHttpHeaders
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
writeHeader
- Specified by:
writeHeaderin classAbstractStationSubsetWriter- Throws:
Exception
-
writeStationTimeSeriesFeature
protected int writeStationTimeSeriesFeature(ucar.nc2.ft.StationTimeSeriesFeature stationFeat) throws Exception - Overrides:
writeStationTimeSeriesFeaturein classAbstractStationSubsetWriter- Throws:
Exception
-
writeStationPointFeature
protected void writeStationPointFeature(ucar.nc2.ft.point.StationPointFeature stationPointFeat) throws Exception - Specified by:
writeStationPointFeaturein classAbstractStationSubsetWriter- Throws:
Exception
-