de.fhpotsdam.unfolding.providers
Class GeoMapApp

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

public class GeoMapApp
extends java.lang.Object


Nested Class Summary
static class GeoMapApp.GeoMapAppProvider
           
static class GeoMapApp.TopologicalGeoMapProvider
           
 
Constructor Summary
GeoMapApp()
           
 
Method Summary
static Coordinate fromMicrosoft(java.lang.String s)
           
static Coordinate fromMicrosoftAerial(java.lang.String s)
           
static Coordinate fromMicrosoftRoad(java.lang.String s)
           
static java.lang.String getPath(Coordinate _coordinate)
           
static java.lang.String toMicrosoft(int col, int row, int zoom)
           
static java.lang.String toMicrosoftAerial(int col, int row, int zoom)
           
static java.lang.String toMicrosoftRoad(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

GeoMapApp

public GeoMapApp()
Method Detail

getPath

public static java.lang.String getPath(Coordinate _coordinate)

fromMicrosoft

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

toMicrosoft

public static java.lang.String toMicrosoft(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)