Uses of Class
uk.ac.rdg.resc.edal.graphics.style.MapImage
-
Packages that use MapImage Package Description uk.ac.rdg.resc.edal.graphics.style.sld 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 MapImage in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return MapImage Modifier and Type Method Description static MapImage
StyleSLDParser. createImage(File xmlFile)
Create an image given an XML file containing an SLD document.static MapImage
StyleSLDParser. createImage(String xmlString)
Create an image given an XML string containing an SLD document -
Uses of MapImage in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return MapImage 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 style -
Uses of MapImage in uk.ac.rdg.resc.edal.wms
Methods in uk.ac.rdg.resc.edal.wms that return MapImage Modifier and Type Method Description MapImage
GetMapStyleParams. getImageGenerator(WmsCatalogue catalogue)
Gets the object used to generate the map plot with all correct styles and layers set.
-