Uses of Interface
net.opengis.wms.AuthorityURLDocument.AuthorityURL

Packages that use AuthorityURLDocument.AuthorityURL
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of AuthorityURLDocument.AuthorityURL in net.opengis.wms
 

Methods in net.opengis.wms that return AuthorityURLDocument.AuthorityURL
 AuthorityURLDocument.AuthorityURL AuthorityURLDocument.addNewAuthorityURL()
          Appends and returns a new empty "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL LayerDocument.Layer.addNewAuthorityURL()
          Appends and returns a new empty value (as xml) as the last "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL AuthorityURLDocument.getAuthorityURL()
          Gets the "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL[] LayerDocument.Layer.getAuthorityURLArray()
          Gets array of all "AuthorityURL" elements
 AuthorityURLDocument.AuthorityURL LayerDocument.Layer.getAuthorityURLArray(int i)
          Gets ith "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL LayerDocument.Layer.insertNewAuthorityURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "AuthorityURL" element
static AuthorityURLDocument.AuthorityURL AuthorityURLDocument.AuthorityURL.Factory.newInstance()
           
static AuthorityURLDocument.AuthorityURL AuthorityURLDocument.AuthorityURL.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type AuthorityURLDocument.AuthorityURL
 void AuthorityURLDocument.setAuthorityURL(AuthorityURLDocument.AuthorityURL authorityURL)
          Sets the "AuthorityURL" element
 void LayerDocument.Layer.setAuthorityURLArray(AuthorityURLDocument.AuthorityURL[] authorityURLArray)
          Sets array of all "AuthorityURL" element
 void LayerDocument.Layer.setAuthorityURLArray(int i, AuthorityURLDocument.AuthorityURL authorityURL)
          Sets ith "AuthorityURL" element
 

Uses of AuthorityURLDocument.AuthorityURL in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement AuthorityURLDocument.AuthorityURL
static class AuthorityURLDocumentImpl.AuthorityURLImpl
          An XML AuthorityURL(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return AuthorityURLDocument.AuthorityURL
 AuthorityURLDocument.AuthorityURL AuthorityURLDocumentImpl.addNewAuthorityURL()
          Appends and returns a new empty "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL LayerDocumentImpl.LayerImpl.addNewAuthorityURL()
          Appends and returns a new empty value (as xml) as the last "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL AuthorityURLDocumentImpl.getAuthorityURL()
          Gets the "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL[] LayerDocumentImpl.LayerImpl.getAuthorityURLArray()
          Gets array of all "AuthorityURL" elements
 AuthorityURLDocument.AuthorityURL LayerDocumentImpl.LayerImpl.getAuthorityURLArray(int i)
          Gets ith "AuthorityURL" element
 AuthorityURLDocument.AuthorityURL LayerDocumentImpl.LayerImpl.insertNewAuthorityURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "AuthorityURL" element
 

Methods in net.opengis.wms.impl with parameters of type AuthorityURLDocument.AuthorityURL
 void AuthorityURLDocumentImpl.setAuthorityURL(AuthorityURLDocument.AuthorityURL authorityURL)
          Sets the "AuthorityURL" element
 void LayerDocumentImpl.LayerImpl.setAuthorityURLArray(AuthorityURLDocument.AuthorityURL[] authorityURLArray)
          Sets array of all "AuthorityURL" element
 void LayerDocumentImpl.LayerImpl.setAuthorityURLArray(int i, AuthorityURLDocument.AuthorityURL authorityURL)
          Sets ith "AuthorityURL" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.