WmtsServiceInfo QML Type

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:

Object

Properties

Signals

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

description : string

Returns the description of the WmtsServiceInfo (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).


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).


title : string

Returns the title of this service (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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close