|
|||||||||||
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.PointSymbolizer_Impl
Used to render a "graphic" at a point. If a line-string or polygon geometry is used with this symbol, then the semantic is to use the centroid of the geometry, or any similar representative point. The meaning of the contained elements are discussed with the element definitions below. If the Geometry element is omitted, then the "default" geometry for the feature type is used. (Many feature types will have only one geometry attribute.) If the Graphic element is omitted, then nothing will be plotted.
----------------------------------------------------------------------
Field Summary | |
private Graphic |
graphic
|
Fields inherited from class org.deegree_impl.graphics.sld.Symbolizer_Impl |
geometry, maxDenominator, minDenominator |
Constructor Summary | |
|
PointSymbolizer_Impl()
Creates a new PointSymbolizer_Impl object. |
(package private) |
PointSymbolizer_Impl(Graphic graphic,
Geometry geometry,
double min,
double max)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the PointSymbolizer as XML formated String |
Graphic |
getGraphic()
A Graphic is a "graphic symbol" with an inherent shape, color, and size. |
void |
setGraphic(Graphic graphic)
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 Graphic graphic
Constructor Detail |
public PointSymbolizer_Impl()
PointSymbolizer_Impl(Graphic graphic, Geometry geometry, double min, double max)
Method Detail |
public Graphic getGraphic()
getGraphic
in interface PointSymbolizer
public void setGraphic(Graphic graphic)
setGraphic
in interface PointSymbolizer
graphic
- the graphic of the pointpublic java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |