Package org.opengis.style
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
accept(StyleVisitor visitor, Object extraData)
calls the visit method of a StyleVisitorGraphic
getGraphic()
Returns the graphic that will be drawn at each point of the geometry.-
Methods inherited from interface Symbolizer
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure
-
-
-
-
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 interfaceSymbolizer
- Parameters:
visitor
- the style visitor- Returns:
- value produced
-
-