Represents metadata about an individual layer in a Web Map Tile Service (WMTS). More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
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
Returns the description of the WmtsLayerInfo (read-only).
Returns the list of zero or more commonly used or formalized words or phrases used to describe this layer (read-only).
tileMatrixSets : list<WmtsTileMatrixSet> |
Returns the tile matrix sets (read-only).
Returns the title of the WmtsLayerInfo (read-only).
Returns the wmtsLayerId of the WmtsLayerInfo (read-only).