Class MapRenderingSelectorStyleVisitor

  • All Implemented Interfaces:
    StyleVisitor

    public class MapRenderingSelectorStyleVisitor
    extends RenderingSelectorStyleVisitor
    RenderingSelectorStyleVisitor implementation meant to be used when rendering maps *
    • Constructor Detail

      • MapRenderingSelectorStyleVisitor

        public MapRenderingSelectorStyleVisitor()
    • 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 class RenderingSelectorStyleVisitor
        Parameters:
        value - the value of the mapOnly|legendOnly|normal
        Returns:
        true if the element should be included in the copy, false otherwise.