Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Service (WMS). More...
Import Statement | import Esri. |
Since | Esri. |
Inherits |
Properties
- description : string
- imageFormats : list<var>
- keywords : list<string>
- layerInfos : list<WmsLayerInfo>
- name : string
- title : string
Detailed Description
The WmsServiceInfo can be obtained from a loaded WmsService. The service info provides information for browsing the contents of the service.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Returns the description of the WmsServiceInfo (read-only).
Returns an unordered list of zero or more commonly used or formalized words or phrases used to describe this service's dataset (read-only).
layer |
Returns the list of layer infos that are part of this service (read-only).
Returns the name of the service, typically used for machine-to-machine communication. May be empty. (read-only).