Uses of Interface
org.deegree.graphics.sld.PointSymbolizer

Packages that use PointSymbolizer
org.deegree_impl.graphics.displayelements   
org.deegree_impl.graphics.legend   
org.deegree_impl.graphics.sld   
 

Uses of PointSymbolizer in org.deegree_impl.graphics.displayelements
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type PointSymbolizer
static PointDisplayElement DisplayElementFactory.buildPointDisplayElement(Feature feature, GM_Object geom, PointSymbolizer sym)
          Creates a PointDisplayElement using the given geometry and style information.
 

Constructors in org.deegree_impl.graphics.displayelements with parameters of type PointSymbolizer
PointDisplayElement_Impl(Feature feature, GM_Point geometry, PointSymbolizer symbolizer)
          Creates a new PointDisplayElement_Impl object.
PointDisplayElement_Impl(Feature feature, GM_MultiPoint geometry, PointSymbolizer symbolizer)
          Creates a new PointDisplayElement_Impl object.
 

Uses of PointSymbolizer in org.deegree_impl.graphics.legend
 

Methods in org.deegree_impl.graphics.legend with parameters of type PointSymbolizer
protected  void LegendElement_Impl.drawPointLegend(java.awt.Graphics g, PointSymbolizer c, int width, int height)
          draws a legendsymbol, if the SLD defines a point
 

Uses of PointSymbolizer in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement PointSymbolizer
 class PointSymbolizer_Impl
          Used to render a "graphic" at a point.
 

Methods in org.deegree_impl.graphics.sld that return PointSymbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer()
          create a default point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic)
          create a point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
          create a point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName, double min, double max)
          create a point symbolizer
private static PointSymbolizer SLDFactory.createPointSymbolizer(org.w3c.dom.Element element, double min, double max)
          Creates a PointSymbolizer-instance according to the contents of the DOM-subtree starting at the given 'PointSymbolizer'-Element.