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

Description

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)

Since
100.1
Inheritance diagram for AGSWMTSTileMatrixSet:
AGSObject

Properties

AGSEnvelopeextent
 
NSArray< NSString * > * keywords
 
AGSSpatialReferencespatialReference
 
NSArray< AGSWMTSTileMatrix * > * tileMatrices
 
NSString * tileMatrixSetDescription
 
NSString * tileMatrixSetID
 
NSString * title
 
NSString * wellKnownScaleSetID
 

Property Documentation

◆ extent

- (AGSEnvelope*) extent
readnonatomicstrong

Geographic area covered by the tile matrix set

Since
100.1

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

Keywords describing the tile matrix set

Since
100.1

◆ spatialReference

- (AGSSpatialReference*) spatialReference
readnonatomicstrong

Spatial reference in which the tiles were generated for this tile matrix set

Since
100.1

◆ tileMatrices

- (NSArray<AGSWMTSTileMatrix*>*) tileMatrices
readnonatomiccopy

Collection of individual tile matrices contained in this tile matrix set. An individual tile matrix specifies which tiles are available.

Since
100.1

◆ tileMatrixSetDescription

- (NSString*) tileMatrixSetDescription
readnonatomiccopy

Description of the tile matrix set

Since
100.1

◆ tileMatrixSetID

- (NSString*) tileMatrixSetID
readnonatomiccopy

Unique identifier of the tile matrix set in the service

Since
100.1

◆ title

- (NSString*) title
readnonatomiccopy

Title of the tile matrix set

Since
100.1

◆ wellKnownScaleSetID

- (NSString*) wellKnownScaleSetID
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.

Since
100.1