Click or drag to resize

TileMatrixMatrixHeight Property

Number of vertical tiles.

Namespace:  Ptv.XServer.Controls.Map.Layers.WmtsLayer
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public int MatrixHeight { get; set; }

Property Value

Type: Int32

Implements

ITileMatrixMatrixHeight
Remarks
Limits the value of the {y} URL template parameter; 0 ... (MatrixHeight-1) tiles can be requested from the WMTS services if no further limits have been specified by MatrixMinY and MatrixMaxY.
See Also