Uses of Interface
org.deegree.services.wms.capabilities.StyleURL

Packages that use StyleURL
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

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

Classes in org.deegree_impl.services.wms.capabilities that implement StyleURL
(package private)  class StyleURL_Impl
          A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style.
 

Fields in org.deegree_impl.services.wms.capabilities declared as StyleURL
private  StyleURL Style_Impl.styleURL
           
 

Methods in org.deegree_impl.services.wms.capabilities that return StyleURL
 StyleURL Style_Impl.getStyleURL()
          A Style element lists the name by which a style is requested and a human-readable title for pick lists, optionally (and ideally) provides a human-readable description, and optionally gives a style URL.
protected  StyleURL OGCWMSCapabilitiesFactory.createStyleURL(org.w3c.dom.Element element)
          Creates a StyleURL-instance according to the contents of the DOM-subtree starting at the given 'StyleURL'-Element.
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type StyleURL
Style_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, LegendURL[] legendURLs, StyleSheetURL styleSheetURL, StyleURL styleURL, java.net.URL styleResource)
          constructor initializing the class with the