public class Microsoft
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Microsoft.AerialProvider |
static class |
Microsoft.HybridProvider |
static class |
Microsoft.MicrosoftProvider |
static class |
Microsoft.RoadProvider |
Constructor and Description |
---|
Microsoft() |
Modifier and Type | Method and Description |
---|---|
static Coordinate |
fromMicrosoftAerial(java.lang.String s) |
static Coordinate |
fromMicrosoftRoad(java.lang.String s) |
static Coordinate |
fromQuadKey(java.lang.String s)
Converts QuadKey string to Coordinates.
|
static java.lang.String |
toMicrosoftAerial(int col,
int row,
int zoom) |
static java.lang.String |
toMicrosoftRoad(int col,
int row,
int zoom) |
static java.lang.String |
toQuadKey(Coordinate coord)
Converts coordinates to QuadKey string.
|
static java.lang.String |
toQuadKey(int col,
int row,
int zoom) |
public static Coordinate fromQuadKey(java.lang.String s)
public static java.lang.String toQuadKey(Coordinate coord)
public static java.lang.String toQuadKey(int col, int row, int zoom)
public static Coordinate fromMicrosoftRoad(java.lang.String s)
public static java.lang.String toMicrosoftRoad(int col, int row, int zoom)
public static Coordinate fromMicrosoftAerial(java.lang.String s)
public static java.lang.String toMicrosoftAerial(int col, int row, int zoom)