ArcGIS Runtime SDK for iOS
100.15
|
An OGC-WMTS service tile matrix set.
Instances of this class represent a tile matrix set in an OGC-WMTS map service, for example, http://v2.suite.opengeo.org/geoserver/gwc/service/wmts .
A tile matrix set defines the geometry of the tiled space. Each tile matrix set contains one or more "tile matrices" defining the tiles that are available for that coordinate reference system. The tile matrix set specifies :
The scale of the tiles as a scale denominator. The width and height of each tile in pixels The top left (minimum x, maximum y) corner of the bounding box of the tile matrix The width and height of the tile matrix in tile units (i.e., number of tiles)
Properties | |
AGSEnvelope * | extent |
NSArray< NSString * > * | keywords |
AGSSpatialReference * | spatialReference |
NSArray< AGSWMTSTileMatrix * > * | tileMatrices |
NSString * | tileMatrixSetDescription |
NSString * | tileMatrixSetID |
NSString * | title |
NSString * | wellKnownScaleSetID |
|
readnonatomicstrong |
Geographic area covered by the tile matrix set
|
readnonatomiccopy |
Keywords describing the tile matrix set
|
readnonatomicstrong |
Spatial reference in which the tiles were generated for this tile matrix set
|
readnonatomiccopy |
Collection of individual tile matrices contained in this tile matrix set. An individual tile matrix specifies which tiles are available.
|
readnonatomiccopy |
Description of the tile matrix set
|
readnonatomiccopy |
Unique identifier of the tile matrix set in the service
|
readnonatomiccopy |
Title of the tile matrix set
|
readnonatomiccopy |
Identifier of a well-known scale set used by this tile matrix set. A well-known scale set is a well-known combination of a coordinate reference system and a set of scales that a tile matrix set declares support for.