|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Symbolizer_Impl
org.deegree_impl.graphics.sld.LineSymbolizer_Impl
Used to render a "stroke" along a linear geometry. If a point geometry is used, it should be interpreted as a line of zero length and two end caps. If a polygon is used, then its closed outline is used as the line string (with no end caps). A missing Geometry element selects the default geometry. A missing Stroke element means that nothing will be plotted.
----------------------------------------------------------------------
Field Summary | |
private Stroke |
stroke
|
Fields inherited from class org.deegree_impl.graphics.sld.Symbolizer_Impl |
geometry, maxDenominator, minDenominator |
Constructor Summary | |
|
LineSymbolizer_Impl()
Creates a new LineSymbolizer_Impl object. |
(package private) |
LineSymbolizer_Impl(Stroke stroke,
Geometry geometry,
double min,
double max)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the LineSymbolizer as XML formated String |
Stroke |
getStroke()
A Stroke allows a string of line segments (or any linear geometry) to be rendered. |
void |
setStroke(Stroke stroke)
sets the |
Methods inherited from class org.deegree_impl.graphics.sld.Symbolizer_Impl |
getGeometry, getMaxScaleDenominator, getMinScaleDenominator, setGeometry, setMaxScaleDenominator, setMinScaleDenominator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deegree.graphics.sld.Symbolizer |
getGeometry, getMaxScaleDenominator, getMinScaleDenominator, setGeometry, setMaxScaleDenominator, setMinScaleDenominator |
Field Detail |
private Stroke stroke
Constructor Detail |
public LineSymbolizer_Impl()
LineSymbolizer_Impl(Stroke stroke, Geometry geometry, double min, double max)
Method Detail |
public Stroke getStroke()
getStroke
in interface LineSymbolizer
public void setStroke(Stroke stroke)
setStroke
in interface LineSymbolizer
stroke
- the Strokepublic java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |