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 EnhancedVariableMetadata
DataCatalogue. 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 String
LayerNameMapper. getDatasetIdFromLayerName(String layerName)
Returns aDataset
based on a given image layer nameString
SimpleLayerNameMapper. getDatasetIdFromLayerName(String layerName)
EnhancedVariableMetadata
DatasetCatalogue. getLayerMetadata(VariableMetadata variableMetadata)
ReturnsEnhancedVariableMetadata
giving for a given layer.String
LayerNameMapper. getVariableIdFromLayerName(String layerName)
Returns a variable ID based on a given image layer nameString
SimpleLayerNameMapper. 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.JSONArray
WmsServlet. 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 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
-