|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPolygonSymbolizerImpl
public class PolygonSymbolizerImpl
Provides a representation of a PolygonSymbolizer in an SLD Document. A PolygonSymbolizer defines how a polygon geometry should be rendered.
Constructor Summary | |
---|---|
protected |
PolygonSymbolizerImpl()
Creates a new instance of DefaultPolygonStyler |
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
Accepts a StyleVisitor to perform some operation on this LineSymbolizer. |
Object |
clone()
Creates a deep copy clone. |
boolean |
equals(Object oth)
Compares this PolygonSymbolizerImpl with another. |
Fill |
getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry. |
String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
Stroke |
getStroke()
Provides the graphical-symbolization parameter to use for the outline of the Polygon. |
int |
hashCode()
Generates a hashcode for the PolygonSymbolizerImpl. |
void |
setFill(Fill fill)
Sets the graphical-symbolization parameter to use to fill the area of the geometry. |
void |
setGeometryPropertyName(String name)
Sets the GeometryPropertyName. |
void |
setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the outline of the Polygon. |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PolygonSymbolizerImpl()
Method Detail |
---|
public String getGeometryPropertyName()
getGeometryPropertyName
in interface PolygonSymbolizer
public void setGeometryPropertyName(String name)
setGeometryPropertyName
in interface PolygonSymbolizer
name
- The name of the GeometryProperty.#PolygonSymbolizerImpl.geometryPropertyName()
public Fill getFill()
getFill
in interface PolygonSymbolizer
public void setFill(Fill fill)
setFill
in interface PolygonSymbolizer
fill
- The Fill style to use when rendering the area.public Stroke getStroke()
getStroke
in interface PolygonSymbolizer
public void setStroke(Stroke stroke)
setStroke
in interface PolygonSymbolizer
stroke
- The Stroke style to use when rendering lines.public void accept(StyleVisitor visitor)
accept
in interface Symbolizer
visitor
- The visitor 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 PolygonSymbolizerImpls are equal if they have the same geometryProperty, fill and stroke.
equals
in class Object
oth
- the object to compare against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |