Package | Description |
---|---|
gov.nasa.worldwind.ogc.wms |
Modifier and Type | Class and Description |
---|---|
class |
WMSAuthorityURL
Parses a WMS AuthorityURL element.
|
class |
WMSLogoURL
Parses a WMS layer LogoURL element.
|
Modifier and Type | Field and Description |
---|---|
protected WMSLayerInfoURL |
WMSLayerStyle.styleSheetURL |
protected WMSLayerInfoURL |
WMSLayerStyle.styleURL |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.dataURLs |
protected java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.featureListURLs |
protected java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.metadataURLs |
Modifier and Type | Method and Description |
---|---|
WMSLayerInfoURL |
WMSLayerStyle.getStyleSheetURL() |
WMSLayerInfoURL |
WMSLayerStyle.getStyleURL() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.getDataURLs() |
java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.getFeatureListURLs() |
java.util.Set<WMSLayerInfoURL> |
WMSLayerCapabilities.getMetadataURLs() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |