Uses of Interface
uk.ac.rdg.resc.edal.wms.WmsCatalogue
-
Packages that use WmsCatalogue Package Description uk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servletuk.ac.rdg.resc.edal.wms.util -
-
Uses of WmsCatalogue in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that return WmsCatalogue Modifier and Type Method Description protected WmsCatalogue
WmsServlet. getCatalogue()
Gets theWmsCatalogue
used in this servlet.Methods in uk.ac.rdg.resc.edal.wms with parameters of type WmsCatalogue Modifier and Type Method Description protected org.json.JSONArray
WmsServlet. addVariablesToArray(Set<VariableMetadata> variables, String datasetId, WmsCatalogue catalogue)
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)
protected void
WmsServlet. getFeatureInfo(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
MapImage
GetMapStyleParams. getImageGenerator(WmsCatalogue catalogue)
Gets the object used to generate the map plot with all correct styles and layers set.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)
void
WmsServlet. setCatalogue(WmsCatalogue catalogue)
Sets aWmsCatalogue
to be used globally for all requests.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 WmsCatalogue 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)
-
Uses of WmsCatalogue in uk.ac.rdg.resc.edal.wms.util
Methods in uk.ac.rdg.resc.edal.wms.util with parameters of type WmsCatalogue Modifier and Type Method Description static Dataset
WmsUtils. getDatasetFromLayerName(String layerName, WmsCatalogue catalogue)
Given aWmsCatalogue
, returns theDataset
which corresponds to a given layer namestatic EnhancedVariableMetadata
WmsUtils. getLayerMetadata(String layerName, WmsCatalogue catalogue)
Given a named layer and aWmsCatalogue
which contains it, returns the associatedEnhancedVariableMetadata
static Collection<String>
WmsUtils. getSupportedStylesForLayer(String layerName, WmsCatalogue catalogue)
Given aWmsCatalogue
, returns aList
of styles supported by the given layer namestatic VariableMetadata
WmsUtils. getVariableMetadataFromLayerName(String layerName, WmsCatalogue catalogue)
Given aWmsCatalogue
, returns theVariableMetadata
which corresponds to a given layer name
-