GeoTransformTileXYToQuadKey Method |
Converts tile XY coordinates into a QuadKey at a specified level of detail.
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 string TileXYToQuadKey(
int tileX,
int tileY,
int levelOfDetail
)
Public Shared Function TileXYToQuadKey (
tileX As Integer,
tileY As Integer,
levelOfDetail As Integer
) As String
public:
static String^ TileXYToQuadKey(
int tileX,
int tileY,
int levelOfDetail
)
static member TileXYToQuadKey :
tileX : int *
tileY : int *
levelOfDetail : int -> string
Parameters
- tileX
- Type: SystemInt32
Tile X coordinate. - tileY
- Type: SystemInt32
Tile Y coordinate. - levelOfDetail
- Type: SystemInt32
Level of detail, from 1 (lowest detail)
to 23 (highest detail).
Return Value
Type:
StringA string containing the QuadKey.
See Also