Class NcssPointController


  • @Controller
    @RequestMapping("/ncss/point")
    public class NcssPointController
    extends AbstractNcssController
    Handles all Ncss Point Requests
    Since:
    4/29/2015
    • Constructor Detail

      • NcssPointController

        public NcssPointController()
    • Method Detail

      • getBase

        protected String getBase()
      • handleRequest

        @RequestMapping("**")
        public void handleRequest​(javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res,
                                  @Valid
                                  @Valid NcssPointParamsBean params,
                                  org.springframework.validation.BindingResult validationResult)
                           throws Exception
        Throws:
        Exception
      • getDatasetDescriptionXml

        @RequestMapping({"**/dataset.xml","**/pointDataset.xml"})
        public org.springframework.web.servlet.ModelAndView getDatasetDescriptionXml​(javax.servlet.http.HttpServletRequest req,
                                                                                     javax.servlet.http.HttpServletResponse res)
                                                                              throws IOException
        Throws:
        IOException
      • getDatasetDescriptionHtml

        @RequestMapping({"**/dataset.html","**/pointDataset.html"})
        public org.springframework.web.servlet.ModelAndView getDatasetDescriptionHtml​(javax.servlet.http.HttpServletRequest req,
                                                                                      javax.servlet.http.HttpServletResponse res)
                                                                               throws IOException
        Throws:
        IOException
      • getStations

        @RequestMapping("**/station.xml")
        public org.springframework.web.servlet.ModelAndView getStations​(javax.servlet.http.HttpServletRequest req,
                                                                        javax.servlet.http.HttpServletResponse res,
                                                                        NcssPointParamsBean params)
                                                                 throws IOException
        Throws:
        IOException
      • getSupportedOperation

        public static SupportedOperation getSupportedOperation​(ucar.nc2.ft.FeatureDataset fd)