public class StationSubsetWriterCSV extends AbstractStationSubsetWriter
AbstractStationSubsetWriter.ClosestTimeStationFeatureSubset| Modifier and Type | Field and Description |
|---|---|
protected PrintWriter |
writer |
headerDone, stationFeatureCollection, wantedStationsfdPoint, ncssParams, wantedRange, wantedVariables| Constructor and Description |
|---|
StationSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint,
ucar.nc2.ft2.coverage.SubsetParams ncssParams,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpHeaders |
getHttpHeaders(String datasetPath,
boolean isStream) |
protected void |
writeFooter() |
protected void |
writeHeader(ucar.nc2.ft.point.StationPointFeature stationPointFeat) |
protected void |
writeStationPointFeature(ucar.nc2.ft.point.StationPointFeature stationPointFeat) |
findClosestStation, getStationsInSubset, write, writeStationTimeSeriesFeaturegetWantedDateRange, getWantedVariables, respondprotected final PrintWriter writer
public StationSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint,
ucar.nc2.ft2.coverage.SubsetParams ncssParams,
OutputStream out)
throws NcssException,
IOException
NcssExceptionIOExceptionpublic org.springframework.http.HttpHeaders getHttpHeaders(String datasetPath, boolean isStream)
getHttpHeaders in class DsgSubsetWriterprotected void writeHeader(ucar.nc2.ft.point.StationPointFeature stationPointFeat)
throws IOException
writeHeader in class AbstractStationSubsetWriterIOExceptionprotected void writeStationPointFeature(ucar.nc2.ft.point.StationPointFeature stationPointFeat)
throws IOException
writeStationPointFeature in class AbstractStationSubsetWriterIOExceptionprotected void writeFooter()
throws IOException
writeFooter in class AbstractStationSubsetWriterIOException