Uses of Class
gov.nasa.worldwind.ogc.wms.WMSLogoURL
-
Packages that use WMSLogoURL Package Description gov.nasa.worldwind.ogc.wms -
-
Uses of WMSLogoURL in gov.nasa.worldwind.ogc.wms
Fields in gov.nasa.worldwind.ogc.wms declared as WMSLogoURL Modifier and Type Field Description protected WMSLogoURLWMSLayerAttribution. logoURLFields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLogoURL Modifier and Type Field Description protected java.util.Set<WMSLogoURL>WMSLayerStyle. legendURLsMethods in gov.nasa.worldwind.ogc.wms that return WMSLogoURL Modifier and Type Method Description WMSLogoURLWMSLayerAttribution. getLogoURL()Methods in gov.nasa.worldwind.ogc.wms that return types with arguments of type WMSLogoURL Modifier and Type Method Description java.util.Set<WMSLogoURL>WMSLayerStyle. getLegendURLs()Methods in gov.nasa.worldwind.ogc.wms with parameters of type WMSLogoURL Modifier and Type Method Description protected voidWMSLayerStyle. addLegendURL(WMSLogoURL url)protected voidWMSLayerAttribution. setLogoURL(WMSLogoURL logoURL)Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLogoURL Modifier and Type Method Description protected voidWMSLayerStyle. setLegendURLs(java.util.Set<WMSLogoURL> legendURLs)
-