de.fhpotsdam.unfolding.providers
Class Microsoft

java.lang.Object
  extended by de.fhpotsdam.unfolding.providers.Microsoft

public class Microsoft
extends java.lang.Object

Various map tiles from Microsoft.


Nested Class Summary
static class Microsoft.AerialProvider
           
static class Microsoft.HybridProvider
           
static class Microsoft.MicrosoftProvider
           
static class Microsoft.RoadProvider
           
 
Constructor Summary
Microsoft()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Microsoft

public Microsoft()
Method Detail

fromQuadKey

public static Coordinate fromQuadKey(java.lang.String s)
Converts QuadKey string to Coordinates.


toQuadKey

public static java.lang.String toQuadKey(Coordinate coord)
Converts coordinates to QuadKey string.


toQuadKey

public static java.lang.String toQuadKey(int col,
                                         int row,
                                         int zoom)

fromMicrosoftRoad

public static Coordinate fromMicrosoftRoad(java.lang.String s)

toMicrosoftRoad

public static java.lang.String toMicrosoftRoad(int col,
                                               int row,
                                               int zoom)

fromMicrosoftAerial

public static Coordinate fromMicrosoftAerial(java.lang.String s)

toMicrosoftAerial

public static java.lang.String toMicrosoftAerial(int col,
                                                 int row,
                                                 int zoom)