@Api(allMethods=true)
public interface LegendGraphicService
| Modifier and Type | Method and Description |
|---|---|
RenderedImage |
getLegendGraphic(LegendGraphicMetadata legendMetadata)
Get the graphical symbol based on the specified legend metadata.
|
RenderedImage |
getLegendGraphics(List<LegendGraphicMetadata> legendMetadata)
Get the graphical symbols based on the specified legend metadata.
|
RenderedImage getLegendGraphic(LegendGraphicMetadata legendMetadata) throws GeomajasException
legendMetadata - the legend metadataGeomajasException - thrown when invalid metadata are passedRenderedImage getLegendGraphics(List<LegendGraphicMetadata> legendMetadata) throws GeomajasException
legendMetadata - a list of legend metadataGeomajasException - thrown when invalid metadata are passedCopyright © 2015 Geosparc. All Rights Reserved.