Class NcssPointController

java.lang.Object
thredds.server.ncss.controller.AbstractNcssController
thredds.server.ncss.controller.NcssPointController

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

    • NcssPointController

      public NcssPointController()
  • Method Details

    • getBase

      protected String getBase()
    • handleRequest

      @RequestMapping("**") public void handleRequest(jakarta.servlet.http.HttpServletRequest req, jakarta.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(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Throws:
      IOException
    • getDatasetDescriptionHtml

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

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

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