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

Packages that use AuthorityURL
org.deegree_impl.services.wms.capabilities   
org.deegree.services.wms.capabilities   
 

Uses of AuthorityURL in org.deegree_impl.services.wms.capabilities
 

Classes in org.deegree_impl.services.wms.capabilities that implement AuthorityURL
(package private)  class AuthorityURL_Impl
          AuthorityURL encloses an element which states the URL of a document defining the meaning of the Identifier values.
 

Methods in org.deegree_impl.services.wms.capabilities that return AuthorityURL
protected  AuthorityURL OGCWMSCapabilitiesFactory.createAuthorityURL(org.w3c.dom.Element element)
          Creates an AuthorityURL-instance according to the contents of the DOM-subtree starting at the given 'AuthorityURL'-Element.
 AuthorityURL[] Layer_Impl.getAuthorityURL()
          The authority attribute of the Identifier element corresponds to the name attribute of a separate element.
 

Methods in org.deegree_impl.services.wms.capabilities with parameters of type AuthorityURL
 void Layer_Impl.addAuthorityURL(AuthorityURL authorityURL)
          adds the authority attribute of the Identifier element
 void Layer_Impl.setAuthorityURL(AuthorityURL[] authorityURL)
          sets the authority attribute of the Identifier element
 

Constructors in org.deegree_impl.services.wms.capabilities with parameters of type AuthorityURL
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 AuthorityURL in org.deegree.services.wms.capabilities
 

Methods in org.deegree.services.wms.capabilities that return AuthorityURL
 AuthorityURL[] Layer.getAuthorityURL()
          The authority attribute of the Identifier element corresponds to the name attribute of a separate element.