Interface StyleVisitor

    • Method Detail

      • visit

        void visit​(StyledLayerDescriptor sld)
        Called when accept is called on a StyledLayerDescriptor.
        Parameters:
        sld - The StyledLayerDescriptor to visit
      • visit

        void visit​(NamedLayer layer)
        Called when accept is called on a NamedLayer.
        Parameters:
        layer - The NamedLayer to visit
      • visit

        void visit​(UserLayer layer)
        Called when accept is called on a UserLayer.
        Parameters:
        layer - The UserLayer to visit
      • visit

        void visit​(FeatureTypeConstraint ftc)
        Called when accept is called on a FeatureTypeConstraint.
        Parameters:
        ftc - The FeatureTypeConstraint to visit
      • visit

        void visit​(Style style)
        Called when accept is called on a Style.
        Parameters:
        style - The style to visit
      • visit

        void visit​(Rule rule)
        Called when accept is called on a rule
        Parameters:
        rule - the rule to visit
      • visit

        void visit​(FeatureTypeStyle fts)
        Called when accept is called on a fetauretypestyle
        Parameters:
        fts - the feature type styler to visit
      • visit

        void visit​(Fill fill)
        Called when accept is called on a fill
        Parameters:
        fill - the fill to be visited
      • visit

        void visit​(Stroke stroke)
        Called when accept is called on a stroke
        Parameters:
        stroke - the stroke to visit
      • visit

        void visit​(Symbolizer sym)
        since it is impossible to create a Symbolizer this method should generate an exception or warning.
        Parameters:
        sym - the symbolizer to visit
      • visit

        void visit​(PointSymbolizer ps)
        Called when accept is called on a pointsymbolizer
        Parameters:
        ps - the point symbolizer to visit
      • visit

        void visit​(LineSymbolizer line)
        Called when accept is called on a linesymbolizer
        Parameters:
        line - the line symbolizer to visit
      • visit

        void visit​(PolygonSymbolizer poly)
        Called when accept is called on a polygon symbolizer
        Parameters:
        poly - the polygon symbolizer to visit
      • visit

        void visit​(TextSymbolizer text)
        Called when accept is called on a textsymbolizer
        Parameters:
        text - the text symbolizer to visit
      • visit

        void visit​(RasterSymbolizer raster)
        Called when accept is called on a rastersymbolizer
        Parameters:
        raster - the raster symbolizer to visit
      • visit

        void visit​(Graphic gr)
        Called when accept is called on a graphic
        Parameters:
        gr - the graphic to visit
      • visit

        void visit​(Mark mark)
        Called when accept is called on a mark
        Parameters:
        mark - the mark to visit
      • visit

        void visit​(ExternalGraphic exgr)
        Called when accept is called on an external graphic
        Parameters:
        exgr - the external graphic to visit
      • visit

        void visit​(PointPlacement pp)
        Called when accept is called on a Point Placement
        Parameters:
        pp - the point placement to visit
      • visit

        void visit​(AnchorPoint ap)
        Called when accept is called on an anchor point
        Parameters:
        ap - the anchor point to visit
      • visit

        void visit​(Displacement dis)
        Called when accept is called on a displacement
        Parameters:
        dis - the displacement to visit
      • visit

        void visit​(LinePlacement lp)
        Called when accept is called on a Line Placement
        Parameters:
        lp - the line placement to visit
      • visit

        void visit​(Halo halo)
        Called when accept is called on a halo
        Parameters:
        halo - the halo to visit
      • visit

        void visit​(ColorMap colorMap)
        Called when accept is called on a raster color map
        Parameters:
        colorMap - the color map to visit
      • visit

        void visit​(ColorMapEntry colorMapEntry)
        Called when accept is called on a raster color map entry
        Parameters:
        colorMapEntry - the color map to visit
      • visit

        void visit​(ContrastEnhancement contrastEnhancement)
        Called when accept is called on a raster ContrastEnhancement element
        Parameters:
        contrastEnhancement - the ContrastEnhancement to visit.