com.ontimize.util.gis.client.gui.render.styling.symbolizers
Class DefaultGisPointSymbolizer

java.lang.Object
  extended by com.ontimize.util.gis.client.gui.render.styling.symbolizers.DefaultGisPointSymbolizer
All Implemented Interfaces:
java.io.Serializable, org.geotools.styling.PointSymbolizer, org.geotools.styling.Symbolizer

public class DefaultGisPointSymbolizer
extends java.lang.Object
implements org.geotools.styling.PointSymbolizer, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String geometryPropertyName
           
protected  org.geotools.styling.Graphic graphic
           
 
Constructor Summary
DefaultGisPointSymbolizer()
           
 
Method Summary
 void accept(org.geotools.styling.StyleVisitor visitor)
           
 java.lang.String getGeometryPropertyName()
           
 org.geotools.styling.Graphic getGraphic()
           
 void setGeometryPropertyName(java.lang.String geometryPropertyName)
           
 void setGraphic(org.geotools.styling.Graphic graphic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometryPropertyName

protected java.lang.String geometryPropertyName

graphic

protected org.geotools.styling.Graphic graphic
Constructor Detail

DefaultGisPointSymbolizer

public DefaultGisPointSymbolizer()
Method Detail

accept

public void accept(org.geotools.styling.StyleVisitor visitor)
Specified by:
accept in interface org.geotools.styling.Symbolizer

setGraphic

public void setGraphic(org.geotools.styling.Graphic graphic)
Specified by:
setGraphic in interface org.geotools.styling.PointSymbolizer

getGraphic

public org.geotools.styling.Graphic getGraphic()
Specified by:
getGraphic in interface org.geotools.styling.PointSymbolizer

setGeometryPropertyName

public void setGeometryPropertyName(java.lang.String geometryPropertyName)
Specified by:
setGeometryPropertyName in interface org.geotools.styling.PointSymbolizer

getGeometryPropertyName

public java.lang.String getGeometryPropertyName()
Specified by:
getGeometryPropertyName in interface org.geotools.styling.PointSymbolizer