Uses of Class
uk.ac.rdg.resc.edal.wms.RequestParams
-
Packages that use RequestParams Package Description uk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servlet -
-
Uses of RequestParams in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that return RequestParams Modifier and Type Method Description RequestParams
RequestParams. mergeParameters(Map<String,String> mergeParameters)
Create a newRequestParams
from this one, merging in new valuesMethods in uk.ac.rdg.resc.edal.wms with parameters of type RequestParams Modifier and Type Method Description protected void
WmsServlet. dispatchWmsRequest(String request, RequestParams params, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
Sends the HTTP request to the appropriate WMS methodprotected void
WmsServlet. getCapabilities(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, String baseUrl, WmsCatalogue catalogue)
static List<Extent<Float>>
GetMapStyleParams. getColorScaleRanges(RequestParams params, Extent<Float> defaultScale)
Gets the ColorScaleRange object requested by the clientprotected void
WmsServlet. getFeatureInfo(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getLegendGraphic(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getMap(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getMetadata(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
Handles returning metadata about a requested layer.protected void
WmsServlet. getTimeseries(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getTransect(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected void
WmsServlet. getVerticalProfile(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
protected String
WmsServlet. showAnimationTimesteps(RequestParams params, WmsCatalogue catalogue)
protected String
WmsServlet. showLayerDetails(RequestParams params, WmsCatalogue catalogue)
protected String
WmsServlet. showMenu(RequestParams params, WmsCatalogue catalogue)
protected String
WmsServlet. showMinMax(RequestParams params, WmsCatalogue catalogue)
protected String
WmsServlet. showTimesteps(RequestParams params, WmsCatalogue catalogue)
Constructors in uk.ac.rdg.resc.edal.wms with parameters of type RequestParams Constructor Description GetFeatureInfoParameters(RequestParams params, WmsCatalogue catalogue)
Parses the parameters needed for a GetFeatureInfo requestGetMapParameters(RequestParams params, WmsCatalogue catalogue)
Creates a new instance of GetMapParameter from the given RequestParamsGetMapStyleParams(RequestParams params, WmsCatalogue catalogue)
Extract GetMap parameters from the URL, using aWmsCatalogue
to determine default values.GetPlotParameters(RequestParams params, WmsCatalogue catalogue)
-