Uses of Interface
org.deegree.graphics.displayelements.PointDisplayElement

Packages that use PointDisplayElement
org.deegree_impl.graphics.displayelements   
 

Uses of PointDisplayElement in org.deegree_impl.graphics.displayelements
 

Classes in org.deegree_impl.graphics.displayelements that implement PointDisplayElement
(package private)  class PointDisplayElement_Impl
          DisplayElement that encapsulates a point geometry (GM_Point) and a PointSymbolizer.
 

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