Class MixedFeatureTypeSubsetWriterCSV
- java.lang.Object
-
- thredds.server.ncss.view.dsg.DsgSubsetWriter
-
- thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
-
- thredds.server.ncss.view.dsg.any_point.MixedFeatureTypeSubsetWriterCSV
-
public class MixedFeatureTypeSubsetWriterCSV extends AbstractMixedFeatureTypeSubsetWriter
-
-
Field Summary
-
Fields inherited from class thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
out, writers
-
Fields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables
-
-
Constructor Summary
Constructors Constructor Description MixedFeatureTypeSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.HttpHeadersgetHttpHeaders(String datasetPath, boolean isStream)voidwrite()-
Methods inherited from class thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
initWriters
-
Methods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getWantedDateRange, getWantedVariables, respond
-
-
-
-
Constructor Detail
-
MixedFeatureTypeSubsetWriterCSV
public MixedFeatureTypeSubsetWriterCSV(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException, IOException, XMLStreamException
-
-
Method Detail
-
getHttpHeaders
public org.springframework.http.HttpHeaders getHttpHeaders(String datasetPath, boolean isStream)
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
write
public void write() throws Exception- Specified by:
writein classDsgSubsetWriter- Throws:
Exception
-
-