WMTS Tile (Image Service)

Description

This resource is supported at 10.1 and later.

The WMTS Tile resource represents a single cached tile, which is a fragment of an image in the context of the OGC WMTS specification. You can request WMTS tiles in both RESTful and Key-Value Pairs (KVP) syntax as defined by the OGC WMTS specification.

URL tokens

URL token

Details

layer

(Required)

Description: Layer identifier.

Values: Valid layer identifier advertised in WMTS service metadata (GetCapabilities response).

Example: layer=0

style

Description: Style identifier.

NoteNote:

Since ArcGIS Server WMTS will always have only one style, the client can omit this parameter, or code it as default.

Values: Valid style identifier advertised in WMTS service metadata (GetCapabilities response).

Example: style=default

tilematrixset

(Required)

Description: TileMatrixSet identifier.

TileMatrixSet is a concept in the OGC WMTS specification that is similar to Tiling Schema.

Values: The identifier of one of the TileMatrixSet advertised in WMTS service metadata (GetCapabilities response) that includes a well-known TileMatrixSet such as Google Maps or ArcGIS Online, or a customized TileMatrixSet defined by the service publisher.

Example: tileMatrixSet=google_maps

tilematrix

(Required)

Description: TileMatrix identifier.

Values: The identifier of one of the TileMatrix defined in a particular TileMatrixSet.

Example: tileMatrix=tileMatrix0

tilerow

(Required)

Description: Row index of a tile matrix.

Example: tilerow=0

tilecol

(Required)

Description: Column index of a tile matrix.

Example: tilecol=0

format

(Required)

Description: Output format of the tile.

Example: format=png

Example usage

Example 1:

https://sampleserver6.arcgisonline.com/arcgis/rest/services/Toronto/ImageServer/WMTS/tile/1.0.0/Toronto/default/default028mm/13/2990/2289.png

Example 2:

https://sampleserver6.arcgisonline.com/arcgis/rest/services/Toronto/ImageServer/WMTS?service=WMTS&version=1.0.0&request=gettile&layer=WorldTimeZones&style=default&tileMatrixSet=default028mm&tileMatrix=13&TileRow=2990&TileCol=2289&format=image/png