WmtsServiceInfo QML Type

  • Esri.ArcGISRuntime
  • WmtsServiceInfo
  • 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:

    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

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


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