Class AbstractMixedFeatureTypeSubsetWriter
java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
- Direct Known Subclasses:
MixedFeatureTypeSubsetWriterCSV,MixedFeatureTypeSubsetWriterXML
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final OutputStreamprotected final List<DsgSubsetWriter>Fields inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
fdPoint, ncssParams, wantedRange, wantedVariables -
Constructor Summary
ConstructorsConstructorDescriptionAbstractMixedFeatureTypeSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) -
Method Summary
Methods inherited from class thredds.server.ncss.view.dsg.DsgSubsetWriter
getHttpHeaders, getWantedDateRange, getWantedVariables, respond, write
-
Field Details
-
writers
-
out
-
-
Constructor Details
-
AbstractMixedFeatureTypeSubsetWriter
public AbstractMixedFeatureTypeSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException - Throws:
NcssException
-
-
Method Details
-
initWriters
-