|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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 PointSymbolizerpublic void setGeometryPropertyName(java.lang.String name)
setGeometryPropertyName in interface PointSymbolizername - The Geometry Property Name.public Graphic getGraphic()
getGraphic in interface PointSymbolizerpublic void setGraphic(Graphic graphic)
setGraphic in interface PointSymbolizergraphic - New value of property graphic.public void accept(StyleVisitor visitor)
accept in interface Symbolizervisitor - The StyleVisitor to accept.public java.lang.Object clone()
clone in interface org.opengis.util.Cloneableclone in class AbstractGTComponentjava.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 | ||||||||||