Click or drag to resize

TileMatrixSetSelectTileMatrix Method

Provides an implementation of the SelectTileMatrixDelegate, selecting the best matching tile matrix for the requested map section.

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 ITileMatrix SelectTileMatrix(
	IBoundingBox boundingBox,
	Size size
)

Parameters

boundingBox
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionIBoundingBox
Requested logical bounds of the map section.
size
Type: System.DrawingSize
Requested pixel size.

Return Value

Type: ITileMatrix
See Also