Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS). More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
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
Returns the description of the WmtsServiceInfo (read-only).
Returns the list of zero or more commonly used or formalized words or phrases used to describe this service (read-only).
layerInfos : list<WmtsLayerInfo> |
Returns the list of layer infos that are part of this service (read-only).
tileMatrixSets : list<WmtsTileMatrixSet> |
Returns the collection of tile matrices defined at different scales (read-only).
Returns the version of the WmtsServiceInfo (read-only).
Signal Documentation
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
Emitted when the keywords property changes.
Note: The corresponding handler is onKeywordsChanged
.
Emitted when the layerInfos property changes.
Note: The corresponding handler is onLayerInfosChanged
.
Emitted when the tileMatrixSets property changes.
Note: The corresponding handler is onTileMatrixSetsChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.
Emitted when the version property changes.
Note: The corresponding handler is onVersionChanged
.