|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribution | |
org.deegree_impl.services.wms.capabilities | |
org.deegree.services.wms.capabilities |
Uses of Attribution in org.deegree_impl.services.wms.capabilities |
Classes in org.deegree_impl.services.wms.capabilities that implement Attribution | |
(package private) class |
Attribution_Impl
The optional |
Fields in org.deegree_impl.services.wms.capabilities declared as Attribution | |
private Attribution |
Layer_Impl.attribution
|
Methods in org.deegree_impl.services.wms.capabilities that return Attribution | |
protected Attribution |
OGCWMSCapabilitiesFactory.createAttribution(org.w3c.dom.Element element)
Creates an Attribution-instance according to the contents of the DOM-subtree starting at the given 'Attribution'-Element. |
Attribution |
Layer_Impl.getAttribution()
The optional |
Methods in org.deegree_impl.services.wms.capabilities with parameters of type Attribution | |
void |
Layer_Impl.setAttribution(Attribution attribution)
sets the optional |
Constructors in org.deegree_impl.services.wms.capabilities with parameters of type Attribution | |
Layer_Impl(boolean queryable,
int cascaded,
boolean opaque,
boolean noSubsets,
int fixedWidth,
int fixedHeight,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
GM_Envelope latLonBoundingBox,
Attribution attribution,
ScaleHint scaleHint,
java.lang.String[] keywordList,
java.lang.String[] srs,
LayerBoundingBox[] boundingBoxes,
Dimension[] dimensions,
Extent[] extents,
AuthorityURL[] authorityURLs,
Identifier[] identifiers,
MetadataURL[] metadataURLs,
DataURL[] dataURLs,
FeatureListURL[] featureListURLs,
Style[] styles,
Layer[] layers,
DataSource[] dataSource,
Layer parent)
constructor initializing the class with the |
Uses of Attribution in org.deegree.services.wms.capabilities |
Methods in org.deegree.services.wms.capabilities that return Attribution | |
Attribution |
Layer.getAttribution()
The optional |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |