|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendURL | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of LegendURL in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement LegendURL | |
(package private) class |
LegendURL_Impl
A Map Server may use zero or more LegendURL elements to provide an image(s) of a legend relevant to each Style of a Layer. |
Fields in org.deegree_impl.services.wms.capabilities declared as LegendURL | |
private LegendURL[] |
Style_Impl.legendURLList
|
Methods in org.deegree_impl.services.wms.capabilities that return LegendURL | |
LegendURL[] |
Style_Impl.getLegendURL()
returns an array of LegendURL objects that defines the location, size and format of the legend graphics |
protected LegendURL |
OGCWMSCapabilitiesFactory.createLegendURL(org.w3c.dom.Element element)
Creates a LegendURL-instance according to the contents of the DOM-subtree starting at the given 'LegendURL'-Element. |
protected LegendURL |
DeegreeWMSCapabilitiesFactory.createLegendURL(org.w3c.dom.Element element,
java.lang.String styleName)
Creates a LegendURL-instance according to the contents of the DOM-subtree starting at the given 'LegendURL'-Element. |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type LegendURL | |
private Style |
DeegreeWMSCapabilitiesFactory.createDefaultStyle(java.lang.String layerName,
LegendURL[] lURL)
creates a default style for the submitted layer name. |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type LegendURL | |
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 |
Uses of LegendURL in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return LegendURL | |
LegendURL[] |
Style.getLegendURL()
returns an array of LegendURL objects that defines the location, size and format of the legend graphics |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |