org.opengis.style
Interface PointSymbolizer

Show UML class diagram
All Superinterfaces:
Symbolizer

@XmlElement(value="PointSymbolizer")
public interface PointSymbolizer
extends Symbolizer

Indicates how to draw point geometries on a map.

Since:
GeoAPI 2.2

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

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 © 1994-2013 Open Geospatial Consortium. All Rights Reserved.