Interface PointSymbolizer

  • All Superinterfaces:
    Symbolizer
    All Known Subinterfaces:
    PointSymbolizer
    All Known Implementing Classes:
    PointSymbolizerImpl

    @XmlElement("PointSymbolizer")
    public interface PointSymbolizer
    extends Symbolizer
    Indicates how to draw point geometries on a map.
    Since:
    GeoAPI 2.2
    Author:
    Open Geospatial Consortium, Johann Sorel (Geomatys), Chris Dillard (SYS Technologies)
    • Method Detail

      • getGraphic

        @XmlElement("Graphic")
        Graphic getGraphic()
        Returns the graphic that will be drawn at each point of the geometry.
        Returns:
        Graphic
      • accept

        @Extension
        Object accept​(StyleVisitor visitor,
                      Object extraData)
        calls the visit method of a StyleVisitor
        Specified by:
        accept in interface Symbolizer
        Parameters:
        visitor - the style visitor
        Returns:
        value produced