Class StationSubsetWriterCSV
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
thredds.server.ncss.view.dsg.station.StationSubsetWriterCSV
Created by cwardgar on 2014-05-24.
-
Nested Class Summary
Nested classes/interfaces inherited from class thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
AbstractStationSubsetWriter.ClosestTimeStationFeatureSubset -
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionStationSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) StationSubsetWriterCSV(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) Methods inherited from class thredds.server.ncss.view.dsg.station.AbstractStationSubsetWriter
write, writeStationTimeSeriesFeatureMethods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getWantedDateRange, getWantedVariables, respond
-
Field Details
-
writer
-
-
Constructor Details
-
StationSubsetWriterCSV
public StationSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException, IOException - Throws:
NcssExceptionIOException
-
StationSubsetWriterCSV
public StationSubsetWriterCSV(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
protected void writeHeader(ucar.nc2.ft.point.StationPointFeature stationPointFeat) throws IOException - Specified by:
writeHeaderin classAbstractStationSubsetWriter- Throws:
IOException
-
writeStationPointFeature
protected void writeStationPointFeature(ucar.nc2.ft.point.StationPointFeature stationPointFeat) throws IOException - Specified by:
writeStationPointFeaturein classAbstractStationSubsetWriter- Throws:
IOException
-