Class StationProfileSubsetWriterCSV
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
thredds.server.ncss.view.dsg.station.StationProfileSubsetWriterCSV
-
Nested Class Summary
Nested classes/interfaces inherited from class thredds.server.ncss.view.dsg.station.AbstractStationProfileSubsetWriter
AbstractStationProfileSubsetWriter.ClosestTimeStationProfileFeatureSubset -
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionStationProfileSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) StationProfileSubsetWriterCSV(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.StationProfileFeature stn) protected voidwriteStationPointFeature(ucar.nc2.ft.StationProfileFeature stn, ucar.nc2.ft.point.StationPointFeature pointFeat) 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
-
Field Details
-
writer
-
-
Constructor Details
-
StationProfileSubsetWriterCSV
public StationProfileSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException, IOException - Throws:
NcssExceptionIOException
-
StationProfileSubsetWriterCSV
public StationProfileSubsetWriterCSV(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 classAbstractStationProfileSubsetWriter- Throws:
Exception
-
writeStationPointFeature
protected void writeStationPointFeature(ucar.nc2.ft.StationProfileFeature stn, ucar.nc2.ft.point.StationPointFeature pointFeat) throws IOException - Specified by:
writeStationPointFeaturein classAbstractStationProfileSubsetWriter- Throws:
IOException
-