Click or drag to resize

TileMatrixSetApproximateBoundingBox Method (String, Int32, Double)

Determines the bounding box covering the tile matrix set.

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 IBoundingBox ApproximateBoundingBox(
	string targetCRS,
	int nSupportingPoints = 8,
	double resizeFactor = 1,025
)

Parameters

targetCRS
Type: SystemString
Target CRS
nSupportingPoints (Optional)
Type: SystemInt32
Number of supporting points; see ApproximateBoundingBox extension
resizeFactor (Optional)
Type: SystemDouble
ResizeFactor; see ApproximateBoundingBox extension

Return Value

Type: IBoundingBox
Approximated bounding box
See Also