Class AbstractMixedFeatureTypeSubsetWriter
- java.lang.Object
-
- thredds.server.ncss.view.dsg.DsgSubsetWriter
-
- thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
-
- Direct Known Subclasses:
MixedFeatureTypeSubsetWriterCSV,MixedFeatureTypeSubsetWriterXML
public abstract class AbstractMixedFeatureTypeSubsetWriter extends DsgSubsetWriter
-
-
Field Summary
Fields Modifier and Type Field Description protected OutputStreamoutprotected List<DsgSubsetWriter>writers-
Fields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables
-
-
Constructor Summary
Constructors Constructor Description AbstractMixedFeatureTypeSubsetWriter(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 protected voidinitWriters()-
Methods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getHttpHeaders, getWantedDateRange, getWantedVariables, respond, write
-
-
-
-
Field Detail
-
writers
protected final List<DsgSubsetWriter> writers
-
out
protected final OutputStream out
-
-
Constructor Detail
-
AbstractMixedFeatureTypeSubsetWriter
public AbstractMixedFeatureTypeSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException- Throws:
NcssException
-
-
Method Detail
-
initWriters
protected void initWriters() throws NcssException, IOException, XMLStreamException
-
-