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

Packages that use DisplayElement
org.deegree_impl.graphics.displayelements   
org.deegree.graphics.displayelements   
 

Uses of DisplayElement in org.deegree_impl.graphics.displayelements
 

Classes in org.deegree_impl.graphics.displayelements that implement DisplayElement
(package private)  class DisplayElement_Impl
          Basic interface of all display elements.
(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
           
 

Methods in org.deegree_impl.graphics.displayelements that return DisplayElement
 DisplayElement[] DisplayElementFactory.createDisplayElement(java.lang.Object o, UserStyle[] styles)
          returns the display elements associated to a feature
static DisplayElement DisplayElementFactory.buildDisplayElement(java.lang.Object o, Symbolizer symbolizer)
          Builds a DisplayElement using the given Feature or raster and Symbolizer.
static DisplayElement DisplayElementFactory.buildDisplayElement(java.lang.Object o)
          Builds a DisplayElement using the given Feature or Raster and a default Symbolizer.
 

Uses of DisplayElement in org.deegree.graphics.displayelements
 

Subinterfaces of DisplayElement in org.deegree.graphics.displayelements
 interface GeometryDisplayElement
          Basic interface of all display elements that are related to a geometry.
 interface LabelDisplayElement
          The interface describes a Label-DisplayElement.
 interface LineStringDisplayElement
          DisplayElement for handling linestrings ------------------------------------------------------------------------
 interface LocalizedDisplayElement
          Basic interface for DisplayElements that are not Geometries but shall be rendered to one or more locations.
 interface MapDiagram
          The interface describes a MapDiagram-DisplayElement.
 interface PointDisplayElement
          DispplayElement for handling points ------------------------------------------------------------------------
 interface PolygonDisplayElement
          DisplayElement for handling polygons ------------------------------------------------------------------------
 interface RasterDisplayElement