WmtsServiceInfo QML Type
Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS). More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- WmtsServiceInfo is part of QML Type List.
Properties
- description : string
- keywords : list<string>
- layerInfos : list<WmtsLayerInfo>
- tileMatrixSets : list<WmtsTileMatrixSet>
- title : string
- version : string
Signals
- descriptionChanged()
- keywordsChanged()
- layerInfosChanged()
- tileMatrixSetsChanged()
- titleChanged()
- versionChanged()
Detailed Description
The WmtsServiceInfo can be obtained from a loaded WmtsService. 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.
See also Loadable and RemoteResource.
Property Documentation
[read-only] description : string |
Returns the description of the WmtsServiceInfo (read-only).
[read-only] keywords : list<string> |
Returns the list of zero or more commonly used or formalized words or phrases used to describe this service (read-only).
[read-only] layerInfos : list<WmtsLayerInfo> |
Returns the list of layer infos that are part of this service (read-only).
[read-only] tileMatrixSets : list<WmtsTileMatrixSet> |
Returns the collection of tile matrices defined at different scales (read-only).
[read-only] title : string |
Returns the title of this service (read-only).
[read-only] version : string |
Returns the version of the WmtsServiceInfo (read-only).
Signal Documentation
descriptionChanged() |
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
keywordsChanged() |
Emitted when the keywords property changes.
Note: The corresponding handler is onKeywordsChanged
.
layerInfosChanged() |
Emitted when the layerInfos property changes.
Note: The corresponding handler is onLayerInfosChanged
.
tileMatrixSetsChanged() |
Emitted when the tileMatrixSets property changes.
Note: The corresponding handler is onTileMatrixSetsChanged
.
titleChanged() |
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.
versionChanged() |
Emitted when the version property changes.
Note: The corresponding handler is onVersionChanged
.