Package org.geotools.api.style
Interface PointSymbolizer
- All Superinterfaces:
Symbolizer
- All Known Implementing Classes:
PointSymbolizerImpl
Indicates how to draw point geometries on a map.
- Since:
- GeoAPI 2.2
- Author:
- Open Geospatial Consortium, Johann Sorel (Geomatys), Chris Dillard (SYS Technologies)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionaccept
(TraversingStyleVisitor visitor, Object extraData) calls the visit method of a StyleVisitorProvides the graphical-symbolization parameter to use for the point geometry.void
setGraphic
(Graphic graphic) Provides the graphical-symbolization parameter to use for the point geometry.Methods inherited from interface Symbolizer
accept, getDescription, getGeometry, getGeometryPropertyName, getName, getOptions, getUnitOfMeasure, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
-
Field Details
-
FALLBACK_ON_DEFAULT_MARK
Boolean vendor option, defaults to true. If true, in case no specified mark or graphics can be used, the default square mark will be used instead. If false, the symbol will not be painted.- See Also:
-
-
Method Details
-
getGraphic
Graphic getGraphic()Provides the graphical-symbolization parameter to use for the point geometry.- Returns:
- The Graphic to be used when drawing a point.
-
accept
calls the visit method of a StyleVisitor- Specified by:
accept
in interfaceSymbolizer
- Parameters:
visitor
- the style visitor- Returns:
- value produced
-
setGraphic
Provides the graphical-symbolization parameter to use for the point geometry.
-