de.fhpotsdam.unfolding.providers
Class GeoMapApp.TopologicalGeoMapProvider

java.lang.Object
  extended by de.fhpotsdam.unfolding.providers.AbstractMapProvider
      extended by de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
          extended by de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
              extended by de.fhpotsdam.unfolding.providers.GeoMapApp.TopologicalGeoMapProvider
Enclosing class:
GeoMapApp

public static class GeoMapApp.TopologicalGeoMapProvider
extends GeoMapApp.GeoMapAppProvider


Field Summary
 
Fields inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider
projection
 
Constructor Summary
GeoMapApp.TopologicalGeoMapProvider()
           
 
Method Summary
 java.lang.String[] getTileUrls(Coordinate coordinate)
          Gets tile URLs for coordinate.
 
Methods inherited from class de.fhpotsdam.unfolding.providers.GeoMapApp.GeoMapAppProvider
getZoomString, tileHeight, tileWidth
 
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
getTile
 
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider
coordinateLocation, locationCoordinate, random, sourceCoordinate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoMapApp.TopologicalGeoMapProvider

public GeoMapApp.TopologicalGeoMapProvider()
Method Detail

getTileUrls

public java.lang.String[] getTileUrls(Coordinate coordinate)
Description copied from class: AbstractMapProvider
Gets tile URLs for coordinate. May return multiple URLs, if provider handles multiple layers. Either this or @{link #getTile(Coordinate)} has to be implemented.

Specified by:
getTileUrls in class GeoMapApp.GeoMapAppProvider
Parameters:
coordinate - The position and zoom to get tile for.
Returns:
An array with tile URLs (mostly just one)