GeoTransformTileToPtvMercatorAtZoom Method |
Envelope rectangle of a certain tile, specified by x- and y-position and zoom level.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static Rect TileToPtvMercatorAtZoom(
int tileX,
int tileY,
int zoom
)
Public Shared Function TileToPtvMercatorAtZoom (
tileX As Integer,
tileY As Integer,
zoom As Integer
) As Rect
public:
static Rect TileToPtvMercatorAtZoom(
int tileX,
int tileY,
int zoom
)
static member TileToPtvMercatorAtZoom :
tileX : int *
tileY : int *
zoom : int -> Rect
Parameters
- tileX
- Type: SystemInt32
X-position of a tile. - tileY
- Type: SystemInt32
Y-position of a tile. - zoom
- Type: SystemInt32
Zoom level.
Return Value
Type:
RectEnvelope rectangle of the specified tile, specified in PTV-internal Mercator coordinates.
See Also