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
)
Public Function ApproximateBoundingBox (
targetCRS As String,
Optional nSupportingPoints As Integer = 8,
Optional resizeFactor As Double = 1,025
) As IBoundingBox
public:
IBoundingBox^ ApproximateBoundingBox(
String^ targetCRS,
int nSupportingPoints = 8,
double resizeFactor = 1,025
)
member ApproximateBoundingBox :
targetCRS : string *
?nSupportingPoints : int *
?resizeFactor : float
(* Defaults:
let _nSupportingPoints = defaultArg nSupportingPoints 8
let _resizeFactor = defaultArg resizeFactor 1,025
*)
-> IBoundingBox
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:
IBoundingBoxApproximated bounding box
See Also