Package org.geotools.styling.visitor
Class LegendRenderingSelectorStyleVisitor
- Object
-
- DuplicatingStyleVisitor
-
- RenderingSelectorStyleVisitor
-
- LegendRenderingSelectorStyleVisitor
-
- All Implemented Interfaces:
StyleVisitor
public class LegendRenderingSelectorStyleVisitor extends RenderingSelectorStyleVisitor
RenderingSelectorStyleVisitor implementation meant to be used when rendering legends *
-
-
Field Summary
-
Fields inherited from class DuplicatingStyleVisitor
copyFilter, ff, pages, sf, STRICT
-
-
Constructor Summary
Constructors Constructor Description LegendRenderingSelectorStyleVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canRenderInternal(String value)
Used by subclass to provide custom logic to check if the SLD element should be included in the copy-
Methods inherited from class RenderingSelectorStyleVisitor
canRender, copy, visit, visit, visit, visit, visit, visit, visit, visit
-
Methods inherited from class DuplicatingStyleVisitor
copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copy, copyExpressions, copyFonts, getCopy, setStrict, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
-
-
-
-
Method Detail
-
canRenderInternal
protected boolean canRenderInternal(String value)
Description copied from class:RenderingSelectorStyleVisitor
Used by subclass to provide custom logic to check if the SLD element should be included in the copy- Specified by:
canRenderInternal
in classRenderingSelectorStyleVisitor
- Parameters:
value
- the value of themapOnly|legendOnly|normal - Returns:
- true if the element should be included in the copy, false otherwise.
-
-