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 class
WMSAuthorityURL
Parses a WMS AuthorityURL element.class
WMSLogoURL
Parses a WMS layer LogoURL element.Fields in gov.nasa.worldwind.ogc.wms declared as WMSLayerInfoURL Modifier and Type Field Description protected WMSLayerInfoURL
WMSLayerStyle. styleSheetURL
protected WMSLayerInfoURL
WMSLayerStyle. styleURL
Fields in gov.nasa.worldwind.ogc.wms with type parameters of type WMSLayerInfoURL Modifier and Type Field Description protected java.util.Set<WMSLayerInfoURL>
WMSLayerCapabilities. dataURLs
protected java.util.Set<WMSLayerInfoURL>
WMSLayerCapabilities. featureListURLs
protected java.util.Set<WMSLayerInfoURL>
WMSLayerCapabilities. metadataURLs
Methods in gov.nasa.worldwind.ogc.wms that return WMSLayerInfoURL Modifier and Type Method Description WMSLayerInfoURL
WMSLayerStyle. getStyleSheetURL()
WMSLayerInfoURL
WMSLayerStyle. 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 void
WMSLayerCapabilities. addDataURL(WMSLayerInfoURL url)
protected void
WMSLayerCapabilities. addFeatureListURL(WMSLayerInfoURL url)
protected void
WMSLayerCapabilities. addMetadataURL(WMSLayerInfoURL url)
protected void
WMSLayerStyle. setStyleSheetURL(WMSLayerInfoURL styleSheetURL)
protected void
WMSLayerStyle. setStyleURL(WMSLayerInfoURL styleURL)
Method parameters in gov.nasa.worldwind.ogc.wms with type arguments of type WMSLayerInfoURL Modifier and Type Method Description protected void
WMSLayerCapabilities. addDataURLs(java.util.Set<WMSLayerInfoURL> urls)
protected void
WMSLayerCapabilities. addFeatureListURLs(java.util.Set<WMSLayerInfoURL> urls)
protected void
WMSLayerCapabilities. addMetadataURLs(java.util.Set<WMSLayerInfoURL> urls)
-