|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageURL | |
org.deegree_impl.clients.context | |
org.deegree_impl.services.wms.capabilities |
Uses of ImageURL in org.deegree_impl.clients.context |
Fields in org.deegree_impl.clients.context declared as ImageURL | |
private ImageURL |
Style.legendURL
|
private ImageURL |
General.logoURL
|
Methods in org.deegree_impl.clients.context that return ImageURL | |
private static ImageURL |
WebMapContextFactory.createImageURL(org.w3c.dom.Element element)
creates an instance of an ImageURL that is used for |
ImageURL |
Style.getLegendURL()
The location of an image of a map legend describing the current style (extracted from Capabilities by the Context document creator). |
ImageURL |
General.getLogoURL()
|
Methods in org.deegree_impl.clients.context with parameters of type ImageURL | |
void |
Style.setLegendURL(ImageURL legendURL)
|
void |
General.setLogoURL(ImageURL logoURL)
A reference to an image that might be attached to the Context document. |
Constructors in org.deegree_impl.clients.context with parameters of type ImageURL | |
Style(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
ImageURL legendURL,
boolean current)
Creates a new Style object. |
|
General(java.lang.String title,
java.lang.String abstract_,
java.awt.Rectangle window,
ContactInformation contactInformation,
GM_Point[] boundingBox,
BaseURL descriptionURL,
ImageURL logoURL,
java.lang.String[] keywords,
Marshallable extension)
Creates a new General object. |
Uses of ImageURL in org.deegree_impl.services.wms.capabilities |
Subclasses of ImageURL in org.deegree_impl.services.wms.capabilities | |
(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. |
(package private) class |
LogoURL_Impl
The LogoURL is part of the attribution that indicates the provider of a Layer or collection of Layers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |