TileMatrixSetApproximateBoundingBox Method (String, String, Int32, Double) |
Utility extension that determines the bounding box for a tile matrix set based on MapServiceExtensions.ApproximateBoundingBox.
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 sourceCrs,
string targetCrs,
int nSupportingPoints,
double resizeFactor
)
Public Function ApproximateBoundingBox (
sourceCrs As String,
targetCrs As String,
nSupportingPoints As Integer,
resizeFactor As Double
) As IBoundingBox
public:
IBoundingBox^ ApproximateBoundingBox(
String^ sourceCrs,
String^ targetCrs,
int nSupportingPoints,
double resizeFactor
)
member ApproximateBoundingBox :
sourceCrs : string *
targetCrs : string *
nSupportingPoints : int *
resizeFactor : float -> IBoundingBox
Parameters
- sourceCrs
- Type: SystemString
The CRS of the tile matrix set. - targetCrs
- Type: SystemString
The CRS of the bounding box to return. - nSupportingPoints
- Type: SystemInt32
Number of supporting points to use. - resizeFactor
- Type: SystemDouble
An additional factor for resizing the resulting bounding box to be on the safe side.
Return Value
Type:
IBoundingBoxBounding box.
Remarks Refer to MapServiceExtensions.ApproximateBoundingBox for further documentation.
See Also