Uses of Class
org.deegree_impl.graphics.displayelements.DisplayElement_Impl

Packages that use DisplayElement_Impl
org.deegree_impl.graphics.displayelements   
 

Uses of DisplayElement_Impl in org.deegree_impl.graphics.displayelements
 

Subclasses of DisplayElement_Impl in org.deegree_impl.graphics.displayelements
(package private)  class GeometryDisplayElement_Impl
          Basic interface of all display elements that are related to a geometry.
 class LabelDisplayElement_Impl
          DisplayElement that encapsulates a GM_Object (geometry), a ParameterValueType (caption) and a TextSymbolizer (style).
(package private)  class LineStringDisplayElement_Impl
          DisplayElement that encapsulates a linestring (GM_Curve) or multi-linestring geometry (GM_MultiCurve) and a LineStringSymbolizer.
(package private)  class LocalizedDisplayElement_Impl
          Basic interface for DisplayElements that are not Geometries but shall be rendered to one or more locations.
(package private)  class MapDiagram_Impl
          The interface describes a MapDiagram-DisplayElement.
(package private)  class PointDisplayElement_Impl
          DisplayElement that encapsulates a point geometry (GM_Point) and a PointSymbolizer.
 class PolygonDisplayElement_Impl
          DisplayElement for handling polygons
 class RasterDisplayElement_Impl