Click or drag to resize

ReprojectionProviderTileToSphereMercator Method

Calculate the Mercator bounds for a tile key

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static Rect TileToSphereMercator(
	int x,
	int y,
	int z,
	double radius = 6378137
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
radius (Optional)
Type: SystemDouble

Return Value

Type: Rect
See Also