de.fhpotsdam.unfolding.providers
Class Yahoo

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

public class Yahoo
extends java.lang.Object


Nested Class Summary
static class Yahoo.AerialProvider
           
static class Yahoo.HybridProvider
           
static class Yahoo.RoadProvider
           
static class Yahoo.YahooProvider
           
 
Field Summary
static java.lang.String AERIAL_VERSION
           
static java.lang.String HYBRID_VERSION
           
static java.lang.String ROAD_VERSION
           
 
Constructor Summary
Yahoo()
           
 
Method Summary
static Coordinate fromYahoo(Coordinate coord)
           
static Coordinate fromYahooAerial(Coordinate coord)
           
static Coordinate fromYahooRoad(Coordinate coord)
           
static Coordinate toYahoo(Coordinate coord)
           
static Coordinate toYahooAerial(Coordinate coord)
           
static Coordinate toYahooRoad(Coordinate coord)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROAD_VERSION

public static final java.lang.String ROAD_VERSION
See Also:
Constant Field Values

AERIAL_VERSION

public static final java.lang.String AERIAL_VERSION
See Also:
Constant Field Values

HYBRID_VERSION

public static final java.lang.String HYBRID_VERSION
See Also:
Constant Field Values
Constructor Detail

Yahoo

public Yahoo()
Method Detail

fromYahoo

public static Coordinate fromYahoo(Coordinate coord)

toYahoo

public static Coordinate toYahoo(Coordinate coord)

fromYahooRoad

public static Coordinate fromYahooRoad(Coordinate coord)

toYahooRoad

public static Coordinate toYahooRoad(Coordinate coord)

fromYahooAerial

public static Coordinate fromYahooAerial(Coordinate coord)

toYahooAerial

public static Coordinate toYahooAerial(Coordinate coord)