org.opengis.style
Interface PointSymbolizer

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

@XmlElement(value="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
 Object accept(StyleVisitor visitor, Object extraData)
          calls the visit method of a StyleVisitor
 Graphic 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(value="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


Copyright © 1996-2014 Geotools. All Rights Reserved.