|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LineSymbolizer. A symbolizer describes how a feature should appear on a map. The symbolizer describes not just the shape that should appear but also such graphical properties as color and opacity. A symbolizer is obtained by specifying one of a small number of different types of symbolizer and then supplying parameters to overide its default behaviour. The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 01-077) version 0.7.2. Renderers can use this infomration when displaying styled features, though it must be remembered that not all renderers will be able to fully represent strokes as set out by this interface. For example, opacity may not be supported. The graphical parameters and their values are derived from SVG/CSS2 standards with names and semantics which are as close as possible.
Method Summary | |
void |
accept(StyleVisitor visitor)
|
java.lang.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. |
void |
setGeometryPropertyName(java.lang.String geometryPropertyName)
|
void |
setStroke(Stroke stroke)
Provides the graphical-symbolization parameter to use for the linear geometry. |
Method Detail |
public Stroke getStroke()
public void setStroke(Stroke stroke)
stroke
- The Stroke style to use when rendering lines.public java.lang.String getGeometryPropertyName()
public void setGeometryPropertyName(java.lang.String geometryPropertyName)
public void accept(StyleVisitor visitor)
accept
in interface Symbolizer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |