Uses of Class
gov.nasa.worldwind.ogc.wms.WMSLayerInfoURL
-
Packages that use WMSLayerInfoURL Package Description gov.nasa.worldwind.ogc.wms -
-
Uses of WMSLayerInfoURL in gov.nasa.worldwind.ogc.wms
Subclasses of WMSLayerInfoURL in gov.nasa.worldwind.ogc.wms Modifier and Type Class Description classWMSAuthorityURLParses a WMS AuthorityURL element.classWMSLogoURLParses a WMS layer LogoURL element.Fields in gov.nasa.worldwind.ogc.wms declared as WMSLayerInfoURL Modifier and Type Field Description protected WMSLayerInfoURLWMSLayerStyle. styleSheetURLprotected WMSLayerInfoURLWMSLayerStyle. styleURLFields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLayerInfoURL Modifier and Type Field Description protected java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. dataURLsprotected java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. featureListURLsprotected java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. metadataURLsMethods in gov.nasa.worldwind.ogc.wms that return WMSLayerInfoURL Modifier and Type Method Description WMSLayerInfoURLWMSLayerStyle. getStyleSheetURL()WMSLayerInfoURLWMSLayerStyle. getStyleURL()Methods in gov.nasa.worldwind.ogc.wms that return types with arguments of type WMSLayerInfoURL Modifier and Type Method Description java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. getDataURLs()java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. getFeatureListURLs()java.util.Set<WMSLayerInfoURL>WMSLayerCapabilities. getMetadataURLs()Methods in gov.nasa.worldwind.ogc.wms with parameters of type WMSLayerInfoURL Modifier and Type Method Description protected voidWMSLayerCapabilities. addDataURL(WMSLayerInfoURL url)protected voidWMSLayerCapabilities. addFeatureListURL(WMSLayerInfoURL url)protected voidWMSLayerCapabilities. addMetadataURL(WMSLayerInfoURL url)protected voidWMSLayerStyle. setStyleSheetURL(WMSLayerInfoURL styleSheetURL)protected voidWMSLayerStyle. setStyleURL(WMSLayerInfoURL styleURL)Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLayerInfoURL Modifier and Type Method Description protected voidWMSLayerCapabilities. addDataURLs(java.util.Set<WMSLayerInfoURL> urls)protected voidWMSLayerCapabilities. addFeatureListURLs(java.util.Set<WMSLayerInfoURL> urls)protected voidWMSLayerCapabilities. addMetadataURLs(java.util.Set<WMSLayerInfoURL> urls)
-