Uses of Class
gov.nasa.worldwind.ogc.wms.WMSAuthorityURL
-
Packages that use WMSAuthorityURL Package Description gov.nasa.worldwind.ogc.wms -
-
Uses of WMSAuthorityURL in gov.nasa.worldwind.ogc.wms
Fields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSAuthorityURL Modifier and Type Field Description protected java.util.Set<WMSAuthorityURL>WMSLayerCapabilities. authorityURLsMethods in gov.nasa.worldwind.ogc.wms that return types with arguments of type WMSAuthorityURL Modifier and Type Method Description java.util.Set<WMSAuthorityURL>WMSLayerCapabilities. getAuthorityURLs()Methods in gov.nasa.worldwind.ogc.wms with parameters of type WMSAuthorityURL Modifier and Type Method Description protected voidWMSLayerCapabilities. addAuthorityURL(WMSAuthorityURL authorityURL)Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSAuthorityURL Modifier and Type Method Description protected voidWMSLayerCapabilities. addAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)protected voidWMSLayerCapabilities. setAuthorityURLs(java.util.Set<WMSAuthorityURL> urls)
-