Geoportal Resources Access API Reference

Namespace: TileMatrix

Gp.Services.Config.TileMatrix

Object used to describe a TileMatrix.

Properties:
Name Type Description
matrixId String

matrix Identifier

matrixHeight Number

Number of tiles from the top to the bottom of the matrix.

matrixWidth Number

Number of tiles from the left to the right of the matrix.

scaleDenominator Number

Scale denominator associated to that matrix.

tileHeight Number

tile height in number of pixels

tileWidth Number

tile width in number of pixels

topLeftCorner Gp.Point

Top Left Corner Point of the matrix expressed in the tileMatrixSet coordinates system.

Methods

getMatrixHeight(){Number}

Services/AutoConf/Response/model/TileMatrix.js, line 88

Returns matrix height (number of tiles)

Returns:
- Number of tiles from the top to the bottom of the matrix.

getMatrixWidth(){Number}

Services/AutoConf/Response/model/TileMatrix.js, line 97

Returns matrix width (number of tiles)

Returns:
- Number of tiles from the left to the right of the matrix.

getScaleDenominator(){Number}

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

Returns Scale denominator associated to that matrix.

Returns:
- Scale denominator associated to that matrix.

getTileHeight(){Number}

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

Returns tile height of matrix

Returns:
- tile height in number of pixels

getTileWidth(){Number}

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

Returns tile width of matrix

Returns:
- tile width in number of pixels

getTopLeftCorner(){Gp.Point}

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

Returns top left corner point of the matrix

Returns:
- Top Left Corner Point of the matrix expressed in the tileMatrixSet coordinates system.