Uses of Class
uk.ac.rdg.resc.edal.graphics.exceptions.EdalLayerNotFoundException
-
Packages that use EdalLayerNotFoundException Package Description uk.ac.rdg.resc.edal.catalogue uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.wms Classes in this package are used to create a WMS servletuk.ac.rdg.resc.edal.wms.util -
-
Uses of EdalLayerNotFoundException in uk.ac.rdg.resc.edal.catalogue
Methods in uk.ac.rdg.resc.edal.catalogue that throw EdalLayerNotFoundException Modifier and Type Method Description EnhancedVariableMetadataDataCatalogue. getLayerMetadata(VariableMetadata variableMetadata) -
Uses of EdalLayerNotFoundException in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that throw EdalLayerNotFoundException Modifier and Type Method Description StringLayerNameMapper. getDatasetIdFromLayerName(String layerName)Returns aDatasetbased on a given image layer nameStringSimpleLayerNameMapper. getDatasetIdFromLayerName(String layerName)EnhancedVariableMetadataDatasetCatalogue. getLayerMetadata(VariableMetadata variableMetadata)ReturnsEnhancedVariableMetadatagiving for a given layer.StringLayerNameMapper. getVariableIdFromLayerName(String layerName)Returns a variable ID based on a given image layer nameStringSimpleLayerNameMapper. getVariableIdFromLayerName(String layerName) -
Uses of EdalLayerNotFoundException in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that throw EdalLayerNotFoundException Modifier and Type Method Description protected org.json.JSONArrayWmsServlet. addVariablesToArray(Set<VariableMetadata> variables, String datasetId, WmsCatalogue catalogue) -
Uses of EdalLayerNotFoundException in uk.ac.rdg.resc.edal.wms.util
Methods in uk.ac.rdg.resc.edal.wms.util that throw EdalLayerNotFoundException 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
-