Uses of Interface
uk.ac.rdg.resc.edal.graphics.utils.LayerNameMapper
-
Packages that use LayerNameMapper 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 servlet -
-
Uses of LayerNameMapper in uk.ac.rdg.resc.edal.catalogue
Fields in uk.ac.rdg.resc.edal.catalogue declared as LayerNameMapper Modifier and Type Field Description protected LayerNameMapper
DataCatalogue. layerNameMapper
Constructors in uk.ac.rdg.resc.edal.catalogue with parameters of type LayerNameMapper Constructor Description DataCatalogue(CatalogueConfig config, LayerNameMapper layerNameMapper)
-
Uses of LayerNameMapper in uk.ac.rdg.resc.edal.graphics.utils
Classes in uk.ac.rdg.resc.edal.graphics.utils that implement LayerNameMapper Modifier and Type Class Description class
SimpleLayerNameMapper
An implementation of aLayerNameMapper
which encodes layer names as datasetId/variableIdMethods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type LayerNameMapper Modifier and Type Method Description MapImage
SldTemplateStyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)
MapImage
StyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateableProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)
Returns a concreteMapImage
for a given styleCollection<String>
SldTemplateStyleCatalogue. getSupportedStyles(VariableMetadata variableMetadata, LayerNameMapper layerNameMapper)
Collection<String>
StyleCatalogue. getSupportedStyles(VariableMetadata variableMetadata, LayerNameMapper layerNameMapper)
Gets the supported styles for a given variable -
Uses of LayerNameMapper in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that return LayerNameMapper Modifier and Type Method Description LayerNameMapper
WmsCatalogue. getLayerNameMapper()
-