|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer. This defines how points are to be rendered.
Field Summary |
Fields inherited from class org.geotools.event.AbstractGTComponent |
notification |
Constructor Summary | |
protected |
PointSymbolizerImpl()
Creates a new instance of DefaultPointSymbolizer |
Method Summary | |
void |
accept(StyleVisitor visitor)
Accept a StyleVisitor to perform an operation on this symbolizer. |
java.lang.Object |
clone()
Creates a deep copy clone. |
boolean |
equals(java.lang.Object oth)
Checks this PointSymbolizerImpl with another for equality. |
java.lang.String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
Graphic |
getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry. |
int |
hashCode()
Generates the hashcode for the PointSymbolizer |
void |
setGeometryPropertyName(java.lang.String name)
Sets the Geometry Property Name. |
void |
setGraphic(Graphic graphic)
Setter for property graphic. |
Methods inherited from class org.geotools.event.AbstractGTComponent |
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.event.GTComponent |
changed, getNote, getParent, removed, setNote |
Constructor Detail |
protected PointSymbolizerImpl()
Method Detail |
public java.lang.String getGeometryPropertyName()
PointSymbolizer
getGeometryPropertyName
in interface PointSymbolizer
public void setGeometryPropertyName(java.lang.String name)
setGeometryPropertyName
in interface PointSymbolizer
name
- The Geometry Property Name.public Graphic getGraphic()
getGraphic
in interface PointSymbolizer
public void setGraphic(Graphic graphic)
setGraphic
in interface PointSymbolizer
graphic
- New value of property graphic.public void accept(StyleVisitor visitor)
accept
in interface Symbolizer
visitor
- The StyleVisitor to accept.public java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
clone
in class AbstractGTComponent
java.lang.RuntimeException
- DOCUMENT ME!public int hashCode()
public boolean equals(java.lang.Object oth)
Two PointSymbolizers are equal if the have the same geometry property name and their graphic object is equal.
Note: this method only works for other instances of PointSymbolizerImpl, not other implementors of PointSymbolizer
oth
- The object to compare with this PointSymbolizerImpl for
equality.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |