TileMatrix Class |
Namespace: Ptv.XServer.Controls.Map.Layers.WmtsLayer
The TileMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | TileMatrix |
Creates and initializes an instance of TileMatrix.
|
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.
|
![]() | ScaleDenominator |
Scale denominator as it it part of the WMTS service capabilities.
|
![]() | 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.) |
![]() | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |