|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPointSymbolizerImpl
public class PointSymbolizerImpl
Provides a Java representation of the PointSymbolizer. This defines how points are to be rendered.
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. |
Object |
clone()
Creates a deep copy clone. |
boolean |
equals(Object oth)
Checks this PointSymbolizerImpl with another for equality. |
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(String name)
Sets the Geometry Property Name. |
void |
setGraphic(Graphic graphic)
Setter for property graphic. |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PointSymbolizerImpl()
Method Detail |
---|
public String getGeometryPropertyName()
PointSymbolizer
getGeometryPropertyName
in interface PointSymbolizer
public void setGeometryPropertyName(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 Object clone()
clone
in class Object
RuntimeException
- DOCUMENT ME!public int hashCode()
hashCode
in class Object
public boolean equals(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
equals
in class Object
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 |