Class MixedFeatureTypeSubsetWriterXML
- java.lang.Object
-
- thredds.server.ncss.view.dsg.DsgSubsetWriter
-
- thredds.server.ncss.view.dsg.any_point.AbstractMixedFeatureTypeSubsetWriter
-
- thredds.server.ncss.view.dsg.any_point.MixedFeatureTypeSubsetWriterXML
-
public class MixedFeatureTypeSubsetWriterXML 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 MixedFeatureTypeSubsetWriterXML(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()protected voidwriteFooter()protected voidwriteHeader()-
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
-
MixedFeatureTypeSubsetWriterXML
public MixedFeatureTypeSubsetWriterXML(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, OutputStream out) throws NcssException, XMLStreamException, IOException
-
-
Method Detail
-
getHttpHeaders
public org.springframework.http.HttpHeaders getHttpHeaders(String datasetPath, boolean isStream)
- Specified by:
getHttpHeadersin classDsgSubsetWriter
-
writeHeader
protected void writeHeader() throws XMLStreamException- Throws:
XMLStreamException
-
writeFooter
protected void writeFooter() throws XMLStreamException- Throws:
XMLStreamException
-
write
public void write() throws Exception- Specified by:
writein classDsgSubsetWriter- Throws:
Exception
-
-