ITileMatrix Interface |
Namespace: Ptv.XServer.Controls.Map.Layers.WmtsLayer
The ITileMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | BottomRightCorner |
The bottom right coordinate of the area covered by the tiles of the matrix set (with bottom < top).
|
![]() | Identifier |
Tile matrix identifier; value of the {z} URL template parameter.
|
![]() | MatrixHeight |
Number of vertical tiles.
|
![]() | MatrixMaxX |
Optionally limits the number of tiles by specifying a maximum value for the {x} URL template parameter.
|
![]() | MatrixMaxY |
Optionally limits the number of tiles by specifying a maximum value for the {y} URL template parameter.
|
![]() | MatrixMinX |
Optionally limits the number of tiles by specifying a minimum value for the {x} URL template parameter.
|
![]() | MatrixMinY |
Optionally limits the number of tiles by specifying a minimum value for the {y} URL template parameter.
|
![]() | MatrixWidth |
Number of horizontal tiles.
|
![]() | TileHeight |
Pixel height of a tile returned by the WMTS service.
|
![]() | TileWidth |
Pixel width of a tile returned by the WMTS service.
|
![]() | TopLeftCorner |
The top left coordinate of the area covered by the tiles of the matrix set (with top > bottom).
|
Name | Description | |
---|---|---|
![]() | MaxX |
Determines the maximum value for the x-coordinate of a tile.
(Defined by WmtsMapServiceExtensions.) |
![]() | MaxY |
Determines the maximum value for the y-coordinate of a tile.
(Defined by WmtsMapServiceExtensions.) |
![]() | MinX |
Determines the minimum value for the x-coordinate of a tile.
(Defined by WmtsMapServiceExtensions.) |
![]() | MinY |
Determines the minimum value for the y-coordinate of a tile.
(Defined by WmtsMapServiceExtensions.) |