Class DsgSubsetWriter

    • Field Detail

      • fdPoint

        protected final ucar.nc2.ft.FeatureDatasetPoint fdPoint
      • ncssParams

        protected final ucar.nc2.ft2.coverage.SubsetParams ncssParams
      • wantedVariables

        protected final List<ucar.nc2.VariableSimpleIF> wantedVariables
      • wantedRange

        protected final ucar.nc2.time.CalendarDateRange wantedRange
    • Constructor Detail

      • DsgSubsetWriter

        public DsgSubsetWriter​(ucar.nc2.ft.FeatureDatasetPoint fdPoint,
                               ucar.nc2.ft2.coverage.SubsetParams ncssParams)
                        throws NcssException
        Throws:
        NcssException
    • Method Detail

      • getHttpHeaders

        public abstract org.springframework.http.HttpHeaders getHttpHeaders​(String datasetPath,
                                                                            boolean isStream)
      • respond

        public void respond​(javax.servlet.http.HttpServletResponse res,
                            ucar.nc2.ft.FeatureDataset ft,
                            String requestPathInfo,
                            ucar.nc2.ft2.coverage.SubsetParams queryParams,
                            SupportedFormat format)
                     throws Exception
        Throws:
        Exception
      • getWantedDateRange

        public static ucar.nc2.time.CalendarDateRange getWantedDateRange​(ucar.nc2.ft2.coverage.SubsetParams ncssParams)
                                                                  throws NcssException
        Throws:
        NcssException