Uses of Class
uk.ac.rdg.resc.edal.exceptions.MetadataException
-
Packages that use MetadataException Package Description uk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servlet -
-
Uses of MetadataException in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that throw MetadataException Modifier and Type Method Description protected voidWmsServlet. getMetadata(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)Handles returning metadata about a requested layer.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)
-