|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhpotsdam.unfolding.providers.AbstractMapProvider de.fhpotsdam.unfolding.providers.AbstractMapTileUrlProvider
public abstract class AbstractMapTileUrlProvider
Handles tiles from URLs, such as web map services, etc.
Field Summary |
---|
Fields inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider |
---|
projection |
Constructor Summary | |
---|---|
AbstractMapTileUrlProvider(AbstractProjection projection)
|
Method Summary | |
---|---|
processing.core.PImage |
getTile(Coordinate coordinate)
Gets tiles for coordinate. |
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider |
---|
coordinateLocation, getTileUrls, locationCoordinate, random, sourceCoordinate, tileHeight, tileWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMapTileUrlProvider(AbstractProjection projection)
Method Detail |
---|
public processing.core.PImage getTile(Coordinate coordinate)
AbstractMapProvider
getTile
in class AbstractMapProvider
coordinate
- The position and zoom to get tile for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |