Geoportal Resources Access API Reference

Namespace: TileMatrixSet

Gp.Services.Config.TileMatrixSet

Object used to describe a TileMatrix set (for WMTS use).

Properties:
Name Type Description
matrixIds Array.<String>

Array of IDs for each TileMatrix of the set.

tileMatrices Array.<Gp.Services.Config.TileMatrix>

Array of TileMatrix descriptions.

nativeResolutions Array.<Float>

Array of resolutions (in meter per pixel) applying for each TileMatrix of the set.

projection String

Identifier of the Cordinates System used for the tileMatrixSet.

Methods

getMatrixIds(){Array}

Services/AutoConf/Response/model/TileMatrixSet.js, line 52

Returns Tile Matrix Set identifiers

Returns:
- Array of IDs for each TileMatrix of the set.

getProjection(){String}

Services/AutoConf/Response/model/TileMatrixSet.js, line 61

Returns Tile Matrix Set projection

Returns:
- Identifier of the Cordinates System used for the tileMatrixSet.

getResolutions(){Array}

Services/AutoConf/Response/model/TileMatrixSet.js, line 43

Returns Tile Matrix Set resolutions

Returns:
- Array of resolutions (in meter per pixel) applying for each TileMatrix of the set.

getTileMatrices(){Array.<Gp.Services.Config.TileMatrix>}

Services/AutoConf/Response/model/TileMatrixSet.js, line 70

Returns Tile Matrices descriptions.

Returns:
- Array of TileMatrix descriptions.

getTopLeftCorner(){Gp.Point}

Services/AutoConf/Response/model/TileMatrixSet.js, line 79

Returns top left corner point of matrices

Returns:
- Top Left Corner Point of TMS matrices, expressed in the tileMatrixSet coordinates system.