|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectLineSymbolizerImpl
public class LineSymbolizerImpl
Provides a representation of a LineSymbolizer in an SLD Document. A LineSymbolizer defines how a line geometry should be rendered.
Constructor Summary | |
---|---|
protected |
LineSymbolizerImpl()
Creates a new instance of DefaultLineSymbolizer |
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 LineSymbolizerImpl with another for equality. |
String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
Stroke |
getStroke()
Provides the graphical-symbolization parameter to use for the linear geometry. |
int |
hashCode()
Generates a hashcode for the LineSymbolizerImpl. |
void |
setGeometryPropertyName(String name)
Sets the GeometryPropertyName. |
void |
setStroke(Stroke stroke)
Sets the graphical-symbolization parameter to use for the linear geometry. |
String |
toString()
|
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected LineSymbolizerImpl()
Method Detail |
---|
public String getGeometryPropertyName()
getGeometryPropertyName
in interface LineSymbolizer
public void setGeometryPropertyName(String name)
setGeometryPropertyName
in interface LineSymbolizer
name
- The name of the geometryProperty.#LineSymbolizerImpl.geometryPropertyName()
public Stroke getStroke()
getStroke
in interface LineSymbolizer
public void setStroke(Stroke stroke)
setStroke
in interface LineSymbolizer
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 LineSymbolizerImpls are equal if they have the same geometryPropertyName and the same stroke.
equals
in class Object
oth
- The other LineSymbolizerImpl
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |