WMTS1.0.0 |
WMTS 1.0.0 supports three implementation models:
WMTS is the first RESTful service standard proposed by the OGC, and SuperMap iServer currently provides implementation of KVP and REST.
From a process-oriented perspective, WMTS 1.0.0 defines GetCapabilities, GetTile, GetFeatureInfo, three operations, of which GetFeatureInfo is optional. From a resource-oriented perspective, WMTS 1.0.0 defines ServiceMetadata, Tile, FeatureInfo, the three resources correspond to the GetCapabilities, GetTile, and GetFeatureInfo operations.