Class AbstractPointSubsetWriter

java.lang.Object
thredds.server.ncss.view.dsg.DsgSubsetWriter
thredds.server.ncss.view.dsg.point.AbstractPointSubsetWriter
Direct Known Subclasses:
PointSubsetWriterCSV, PointSubsetWriterNetcdf, PointSubsetWriterXML

public abstract class AbstractPointSubsetWriter extends DsgSubsetWriter
Created by cwardgar on 2014/06/02. TODO: investigate why this covers CFPointWriter, requiring the subclasses to be public
  • Field Details

    • pointFeatureCollection

      protected final ucar.nc2.ft.PointFeatureCollection pointFeatureCollection
  • Constructor Details

    • AbstractPointSubsetWriter

      public AbstractPointSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams) throws NcssException
      Throws:
      NcssException
    • AbstractPointSubsetWriter

      public AbstractPointSubsetWriter(ucar.nc2.ft.FeatureDatasetPoint fdPoint, ucar.nc2.ft2.coverage.SubsetParams ncssParams, int collectionIndex) throws NcssException
      Throws:
      NcssException
  • Method Details