|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseURL in org.deegree_impl.clients.context |
Fields in org.deegree_impl.clients.context declared as BaseURL | |
private BaseURL |
Layer.dataURL
|
private BaseURL |
Layer.metadataURL
|
private BaseURL |
General.descriptionURL
|
Methods in org.deegree_impl.clients.context that return BaseURL | |
private static BaseURL |
WebMapContextFactory.createBaseURL(org.w3c.dom.Element element)
creates an instance of BaseURL that is used for |
BaseURL |
Layer.getDataURL()
This element contains a link to an online resource where data corresponding to the layer can be found. |
BaseURL |
Layer.getMetadataURL()
This element contains a link to an online resource where descriptive metadata corresponding to the layer can be found. |
BaseURL |
General.getDescriptionURL()
|
Methods in org.deegree_impl.clients.context with parameters of type BaseURL | |
void |
Layer.setDataURL(BaseURL dataURL)
|
void |
Layer.setMetadataURL(BaseURL metadataURL)
|
void |
General.setDescriptionURL(BaseURL descriptionURL)
A URL reference to a webpage which contains relevant information to the view. |
Constructors in org.deegree_impl.clients.context with parameters of type BaseURL | |
Layer(Server server,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] srs,
BaseURL dataURL,
BaseURL metadataURL,
FormatList formatList,
StyleList styleList,
boolean queryable,
boolean hidden,
Marshallable extension)
Creates a new ContextLayer 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 BaseURL in org.deegree_impl.ogcbasic |
Classes in org.deegree_impl.ogcbasic that implement BaseURL | |
class |
BaseURL_Impl
This is the base interface of all capabilities URL-fields. |
class |
ImageURL
---------------------------------------------------------------------- |
Uses of BaseURL in org.deegree_impl.services.capabilities |
Classes in org.deegree_impl.services.capabilities that implement BaseURL | |
class |
MetadataURL_Impl
A WFS/WMS/WCS should use one or more |
Uses of BaseURL in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement BaseURL | |
(package private) class |
AuthorityURL_Impl
AuthorityURL encloses an |
(package private) class |
DataURL_Impl
A Map Server may use DataURL to offer more information about the data underneath a particular layer. |
(package private) class |
FeatureListURL_Impl
A Map Server may use FeatureListURL to point to a list of the features represented in a Layer. |
(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. |
(package private) class |
StyleSheetURL_Impl
StyleSheeetURL provides symbology information foreach Style of a Layer. |
(package private) class |
StyleURL_Impl
A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style. |
Uses of BaseURL in org.deegree.services.capabilities |
Subinterfaces of BaseURL in org.deegree.services.capabilities | |
interface |
MetadataURL
---------------------------------------------------------------------- |
Uses of BaseURL in org.deegree.services.wms.capabilities |
Subinterfaces of BaseURL in org.deegree.services.wms.capabilities | |
interface |
AuthorityURL
AuthorityURL encloses an |
interface |
DataURL
A Map Server may use DataURL to offer more information about the data underneath a particular layer. |
interface |
FeatureListURL
A Map Server may use FeatureListURL to point to a list of the features represented in a Layer. |
interface |
LegendURL
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. |
interface |
LogoURL
The LogoURL is part of the attribution that indicates the provider of a Layer or collection of Layers. |
interface |
StyleSheetURL
StyleSheeetURL provides symbology information foreach Style of a Layer. |
interface |
StyleURL
A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |