ArcGIS Runtime SDK for iOS: AGSWMTSTileMatrix Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSWMTSTileMatrix Class Reference

Description

An OGC-WMTS service tile matrix.

Instances of this class represent an individual tile matrix in an OGC-WMTS service tile matrix set.

The tile matrix specifies which tiles are available for a particular scale. Each tile in a tile matrix is identified by its TileCol and TileRow indices that have their 0,0 origin in the tile next to the top left corner of the tile matrix and that increases towards the right and towards the bottom respectively.

Since
100.1
Inheritance diagram for AGSWMTSTileMatrix:
AGSObject

Properties

NSString * matrixID
 
double scaleDenominator
 

Property Documentation

◆ matrixID

- (NSString*) matrixID
readnonatomiccopy

Unique identifier of the tile matrix in the service

Since
100.1

◆ scaleDenominator

- (double) scaleDenominator
readnonatomicassign

The scale for which this tile matrix contains tiles

Since
100.1