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

Packages that use UserLayer
org.deegree_impl.graphics.sld   
org.deegree_impl.services.wms   
org.deegree.graphics.sld   
 

Uses of UserLayer in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement UserLayer
 class UserLayer_Impl
          In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.
 

Methods in org.deegree_impl.graphics.sld that return UserLayer
 UserLayer[] StyledLayerDescriptor_Impl.getUserLayers()
          A UserLayer can contain one or more UserStyles.
private static UserLayer SLDFactory.createUserLayer(org.w3c.dom.Element element)
          Creates a UserLayer-instance according to the contents of the DOM-subtree starting at the given 'UserLayer'-Element.
 

Uses of UserLayer in org.deegree_impl.services.wms
 

Fields in org.deegree_impl.services.wms declared as UserLayer
private  UserLayer GetMapHandler_Impl.ServiceInvokerForUL.layer
           
 

Constructors in org.deegree_impl.services.wms with parameters of type UserLayer
GetMapHandler_Impl.ServiceInvokerForUL(UserLayer layer, int index)
           
 

Uses of UserLayer in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return UserLayer
 UserLayer[] StyledLayerDescriptor.getUserLayers()
          A UserLayer can contain one or more UserStyles.