de.fhpotsdam.unfolding.providers
Class Yahoo.YahooProvider

java.lang.Object
  extended by de.fhpotsdam.unfolding.providers.AbstractMapProvider
      extended by de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
          extended by de.fhpotsdam.unfolding.providers.Yahoo.YahooProvider
Direct Known Subclasses:
Yahoo.AerialProvider, Yahoo.HybridProvider, Yahoo.RoadProvider
Enclosing class:
Yahoo

public abstract static class Yahoo.YahooProvider
extends AbstractMapTileUrlProvider


Field Summary
 
Fields inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider
projection
 
Constructor Summary
Yahoo.YahooProvider()
           
 
Method Summary
static java.lang.String getZoomString(Coordinate coordinate)
           
 int tileHeight()
           
 int tileWidth()
           
 
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
getTile
 
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider
coordinateLocation, getTileUrls, locationCoordinate, random, sourceCoordinate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Yahoo.YahooProvider

public Yahoo.YahooProvider()
Method Detail

getZoomString

public static java.lang.String getZoomString(Coordinate coordinate)

tileWidth

public int tileWidth()
Specified by:
tileWidth in class AbstractMapProvider

tileHeight

public int tileHeight()
Specified by:
tileHeight in class AbstractMapProvider