Package thredds.server.ncss.view.dsg
Class DsgSubsetWriterFactory
- java.lang.Object
-
- thredds.server.ncss.view.dsg.DsgSubsetWriterFactory
-
public abstract class DsgSubsetWriterFactory extends Object
A factory for DsgSubsetWriter's. Used by NCSS. Created by cwardgar on 2014/05/21.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DsgSubsetWriternewInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format)static DsgSubsetWriternewPointInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format)static DsgSubsetWriternewStationInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format)
-
-
-
Method Detail
-
newInstance
public static DsgSubsetWriter newInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format) throws NcssException, XMLStreamException, IOException
-
newPointInstance
public static DsgSubsetWriter newPointInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format) throws XMLStreamException, NcssException, IOException
-
newStationInstance
public static DsgSubsetWriter newStationInstance(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, NcssDiskCache ncssDiskCache, OutputStream out, SupportedFormat format) throws XMLStreamException, NcssException, IOException
-
-