public interface Legend extends LegendStructure
Legend realizations represent patterns that can be found in a SE
style, and that match well-known configuration as described in the geographic
and cartographic literatures.| Modifier and Type | Method and Description |
|---|---|
String |
getLegendTypeId()
Returns an Id that will be used to check that a Legend can be edited
with a given edition panel.
|
String |
getLegendTypeName()
Returns a string that describes - for human - the nature of the
thematic analysis made in this Legend.
|
Double |
getMaxScale()
Get the maximum scale this
Legend will be rendered for. |
Double |
getMinScale()
Get the minimum scale this
Legend will be rendered for. |
String |
getName()
Get the name of the underlying
Symbolizer. |
Symbolizer |
getSymbolizer()
Gets the associated
Symbolizer. |
void |
setMaxScale(Double scale)
Set the maximum scale this
Legend will be rendered for. |
void |
setMinScale(Double scale)
Set the minimum scale this
Legend will be rendered for. |
void |
setName(String name)
Set the name of the underlying
Symbolizer. |
Symbolizer getSymbolizer()
Symbolizer.String getName()
Symbolizer.void setName(String name)
Symbolizer.name - Double getMinScale()
Legend will be rendered for.void setMinScale(Double scale)
Legend will be rendered for.scale - Double getMaxScale()
Legend will be rendered for.void setMaxScale(Double scale)
Legend will be rendered for.scale - String getLegendTypeId()
String getLegendTypeName()
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.