public static final class MapRasterTileSource.MapTileSystemHelper
extends java.lang.Object
Constructor and Description |
---|
MapTileSystemHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
tileXYToQuadKey(int x,
int y,
int zoomLevel)
Converts a raster tile's X-coordinate and Y-coordinate into an equivalent QuadKey at a
specified zoom level.
|
public static java.lang.String tileXYToQuadKey(int x, int y, int zoomLevel)
See also The Tile Coordinates and Quadkeys.
x
- Current X-coordinate of the tiley
- Current Y-coordinate of the tilezoomLevel
- Desired zoom level, an int
within a range from 1 (lowest detail) to 20
(highest detail)