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 WMSLogoURL
WMSLayerAttribution. logoURL
Fields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLogoURL Modifier and Type Field Description protected java.util.Set<WMSLogoURL>
WMSLayerStyle. legendURLs
Methods in gov.nasa.worldwind.ogc.wms that return WMSLogoURL Modifier and Type Method Description WMSLogoURL
WMSLayerAttribution. 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 void
WMSLayerStyle. addLegendURL(WMSLogoURL url)
protected void
WMSLayerAttribution. setLogoURL(WMSLogoURL logoURL)
Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLogoURL Modifier and Type Method Description protected void
WMSLayerStyle. setLegendURLs(java.util.Set<WMSLogoURL> legendURLs)
-