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 void
WmsServlet. getMetadata(RequestParams params, javax.servlet.http.HttpServletResponse httpServletResponse, WmsCatalogue catalogue)
Handles returning metadata about a requested layer.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)
-