WMTS Tile (Map Service)
- URL:http:// <wmts-url>/tile/<wmts-version>/<layer>/<style>/<tilematrixset>/<tilematrix>/<tilerow>/<tilecol>.<format>
- Child Resources:WMTS Capabilities, WMTS Tile
- Required Capability:Map
- Version Introduced:10.1
Description
This resource is supported from 10.1 onwards.
The WMTS Tile resource represents a single cached file, which is a fragment of a map representation of a layer in the context of WMTS specification. Users can request the WMTS tiles in both RESTful and Key-Value Pair (KVP) syntax as defined by 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 |
Optional Note:Since ArcGIS Server WMTS will always have only one style, so client can omit this parameter or code it as "default" Description: Style identifier Values: valid style identifier advertised in WMTS service metadata (GetCapabilities response) Example: style=default |
| tilematrixset |
Required Description: TileMatrixSet identifier. TileMatrixSet is a concept in OGC WMTS specification which is similar to Tiling Schema Values: the identifier of one of the TileMatrixSet advertised in WMTS service metadata (GetCapabilities response), which includes well-know TileMatrixSet like Google Maps/ArcGIS Online, or a customized TileMatrixSet defined by 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:
Example 2:
