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 WmsCatalogueWmsServlet. getCatalogue()Gets theWmsCatalogueused in this servlet.Methods in uk.ac.rdg.resc.edal.wms with parameters of type WmsCatalogue Modifier and Type Method Description protected org.json.JSONArrayWmsServlet. addVariablesToArray(Set<VariableMetadata> variables, String datasetId, WmsCatalogue catalogue)protected voidWmsServlet. 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 voidWmsServlet. getCapabilities(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, String baseUrl, WmsCatalogue catalogue)protected voidWmsServlet. getFeatureInfo(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)MapImageGetMapStyleParams. getImageGenerator(WmsCatalogue catalogue)Gets the object used to generate the map plot with all correct styles and layers set.protected voidWmsServlet. getLegendGraphic(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. getMap(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. getMetadata(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)Handles returning metadata about a requested layer.protected voidWmsServlet. getTimeseries(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. getTransect(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)protected voidWmsServlet. getVerticalProfile(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)voidWmsServlet. setCatalogue(WmsCatalogue catalogue)Sets aWmsCatalogueto be used globally for all requests.protected StringWmsServlet. showAnimationTimesteps(RequestParams params, WmsCatalogue catalogue)protected StringWmsServlet. showLayerDetails(RequestParams params, WmsCatalogue catalogue)protected StringWmsServlet. showMenu(RequestParams params, WmsCatalogue catalogue)protected StringWmsServlet. showMinMax(RequestParams params, WmsCatalogue catalogue)protected StringWmsServlet. 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 aWmsCatalogueto 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 DatasetWmsUtils. getDatasetFromLayerName(String layerName, WmsCatalogue catalogue)Given aWmsCatalogue, returns theDatasetwhich corresponds to a given layer namestatic EnhancedVariableMetadataWmsUtils. getLayerMetadata(String layerName, WmsCatalogue catalogue)Given a named layer and aWmsCataloguewhich contains it, returns the associatedEnhancedVariableMetadatastatic Collection<String>WmsUtils. getSupportedStylesForLayer(String layerName, WmsCatalogue catalogue)Given aWmsCatalogue, returns aListof styles supported by the given layer namestatic VariableMetadataWmsUtils. getVariableMetadataFromLayerName(String layerName, WmsCatalogue catalogue)Given aWmsCatalogue, returns theVariableMetadatawhich corresponds to a given layer name
-