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
)
Public Function SelectTileMatrix (
boundingBox As IBoundingBox,
size As Size
) As ITileMatrix
public:
ITileMatrix^ SelectTileMatrix(
IBoundingBox^ boundingBox,
Size size
)
member SelectTileMatrix :
boundingBox : IBoundingBox *
size : Size -> ITileMatrix
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:
ITileMatrixSee Also