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

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 element provides a way to identify the source of the map data used in a Layer or collection of Layers.
 

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 element provides a way to identify the source of the map data used in a Layer or collection of Layers.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type Attribution
 void Layer_Impl.setAttribution(Attribution attribution)
          sets the optional element
 

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 element provides a way to identify the source of the map data used in a Layer or collection of Layers.