WmtsLayerInfo QML Type
Represents metadata about an individual layer in a Web Map Tile Service (WMTS). More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- WmtsLayerInfo is part of QML Type List.
Properties
- description : string
- imageFormats : list<var>
- keywords : list<string>
- styles : list<string>
- tileMatrixSets : list<WmtsTileMatrixSet>
- title : string
- wmtsLayerId : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only] description : string |
Returns the description of the WmtsLayerInfo (read-only).
[read-only] imageFormats : list<var> |
Returns the supported image formats of the tiles (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 layer (read-only).
[read-only] styles : list<string> |
Returns the styles applied to this layer (read-only).
[read-only] tileMatrixSets : list<WmtsTileMatrixSet> |
Returns the tile matrix sets (read-only).
[read-only] title : string |
Returns the title of the WmtsLayerInfo (read-only).
[read-only] wmtsLayerId : string |
Returns the wmtsLayerId of the WmtsLayerInfo (read-only).