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

Packages that use UserStyle
org.deegree_impl.graphics   
org.deegree_impl.graphics.displayelements   
org.deegree_impl.graphics.sld   
org.deegree_impl.services.wms   
org.deegree_impl.services.wms.capabilities   
org.deegree.graphics   
org.deegree.services.wms.capabilities   
 

Uses of UserStyle in org.deegree_impl.graphics
 

Fields in org.deegree_impl.graphics declared as UserStyle
private  UserStyle[] Theme_Impl.styles
           
 

Methods in org.deegree_impl.graphics that return UserStyle
 UserStyle[] Theme_Impl.getStyles()
          returns the styles used for this Theme.
 

Methods in org.deegree_impl.graphics with parameters of type UserStyle
 void Theme_Impl.setStyles(UserStyle[] styles)
          Sets the styles used for this Theme.
static Theme MapFactory.createTheme(java.lang.String name, Layer layer, UserStyle[] styles)
          creates a theme with a name, a Layer containing the themes data and an array of styles to be known by the Theme
 

Constructors in org.deegree_impl.graphics with parameters of type UserStyle
Theme_Impl(java.lang.String name, Layer layer, UserStyle[] styles)
           
 

Uses of UserStyle in org.deegree_impl.graphics.displayelements
 

Methods in org.deegree_impl.graphics.displayelements with parameters of type UserStyle
 DisplayElement[] DisplayElementFactory.createDisplayElement(java.lang.Object o, UserStyle[] styles)
          returns the display elements associated to a feature
 

Uses of UserStyle in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement UserStyle
 class UserStyle_Impl
          A user-defined allows map styling to be defined externally from a system and to be passed around in an interoperable format.
 

Methods in org.deegree_impl.graphics.sld that return UserStyle
private static UserStyle SLDFactory.createUserStyle(org.w3c.dom.Element element)
          Creates a UserStyle-instance according to the contents of the DOM-subtree starting at the given 'UserStyle'-Element.
 

Uses of UserStyle in org.deegree_impl.services.wms
 

Fields in org.deegree_impl.services.wms declared as UserStyle
private  UserStyle[] GetMapHandler_Impl.ServiceInvokerForNL.styles
           
private  UserStyle[] GetMapHandler_Impl.ServiceInvokerForUL.styles
           
 

Methods in org.deegree_impl.services.wms that return UserStyle
private  UserStyle[] GetMapHandler_Impl.getStyles(NamedLayer sldLayer)
          returns the UserStyles assigned to a named layer
 

Constructors in org.deegree_impl.services.wms with parameters of type UserStyle
GetMapHandler_Impl.ServiceInvokerForNL(Layer layer, UserStyle[] styles, int index)
          Creates a new ServiceInvokerForNL object.
 

Uses of UserStyle in org.deegree_impl.services.wms.capabilities
 

Methods in org.deegree_impl.services.wms.capabilities that return UserStyle
 UserStyle Style_Impl.getStyleContent()
          returns the content of the style as SLD style object
 UserStyle Layer_Impl.getStyle(java.lang.String name)
          returns the UserStyle (SLD) representation of the style identified by the submitted name.
 

Uses of UserStyle in org.deegree.graphics
 

Methods in org.deegree.graphics that return UserStyle
 UserStyle[] Theme.getStyles()
          returns the styles used for this Theme.
 

Methods in org.deegree.graphics with parameters of type UserStyle
 void Theme.setStyles(UserStyle[] styles)
          sets the styles used for this Theme.
 

Uses of UserStyle in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return UserStyle
 UserStyle Style.getStyleContent()
          returns the content of the style as SLD style object
 UserStyle Layer.getStyle(java.lang.String name)
          returns the UserStyle (SLD) representation of the style identified by the submitted name.