java.lang.Object
com.esri.arcgisruntime.ogc.wms.WmsServiceInfo
The service metadata for a Web Map Service (WMS).
You can obtain the WmsServiceInfo
from a loaded WmsService
.
- Since:
- 100.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the WMS service's description.Gets a collection of the image formats supported by the WMS service.Gets an unordered collection of zero or more commonly used or formalized words or phrases which describe this service's dataset.Gets a collection ofWmsLayerInfo
objects that describes the layers hosted in this WMS service.getName()
Gets the WMS service name, typically this is "WMS".getTitle()
Gets the WMS service's title, which is brief descriptive text that identifies the service provider.
-
Method Details
-
getDescription
Gets the WMS service's description.- Returns:
- the description of the service
- Since:
- 100.2.0
-
getImageFormats
Gets a collection of the image formats supported by the WMS service.The returned list of image formats supported by the WMS service is of type
ArcGISMapImageLayer.ImageFormat
.- Returns:
- a collection of the image formats supported by the WMS service
- Since:
- 100.2.0
-
getKeywords
Gets an unordered collection of zero or more commonly used or formalized words or phrases which describe this service's dataset.- Returns:
- an unordered collection of zero or more commonly used or formalized words or phrases which describe this service's dataset
- Since:
- 100.2.0
-
getLayerInfos
Gets a collection ofWmsLayerInfo
objects that describes the layers hosted in this WMS service.Each WMS layer may have one or more sublayers (
WmsLayerInfo.getSublayerInfos()
).- Returns:
- a collection of
WmsLayerInfo
objects that describes the layers hosted in this WMS service - Since:
- 100.2.0
-
getName
Gets the WMS service name, typically this is "WMS".- Returns:
- the name of the service
- Since:
- 100.2.0
-
getTitle
Gets the WMS service's title, which is brief descriptive text that identifies the service provider.This information is usually appropriate to display to users.
- Returns:
- the title of the service
- Since:
- 100.2.0
-