NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.AuthorityURL

Packages that use AuthorityURL
gov.nasa.worldwind.servers.wms.xml   
 

Uses of AuthorityURL in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml with type parameters of type AuthorityURL
protected  List<AuthorityURL> Layer.authorityURL
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return AuthorityURL
 AuthorityURL ObjectFactory.createAuthorityURL()
          Create an instance of AuthorityURL
 

Methods in gov.nasa.worldwind.servers.wms.xml that return types with arguments of type AuthorityURL
 List<AuthorityURL> Layer.getAuthorityURL()
          Gets the value of the authorityURL property.
 


NASA World Wind WMS