|
|||||||||
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.AbstractMapTileProvider de.fhpotsdam.unfolding.providers.MBTilesMapProvider
public class MBTilesMapProvider
MapProvider for local MBTiles.
Field Summary | |
---|---|
protected java.lang.String |
jdbcConnectionString
|
Fields inherited from class de.fhpotsdam.unfolding.providers.AbstractMapProvider |
---|
projection |
Constructor Summary | |
---|---|
MBTilesMapProvider()
|
|
MBTilesMapProvider(java.lang.String jdbcConnectionString)
|
Method Summary | |
---|---|
processing.core.PImage |
getTile(Coordinate coord)
Gets tiles for coordinate. |
int |
tileHeight()
|
int |
tileWidth()
|
Methods inherited from class de.fhpotsdam.unfolding.providers.AbstractMapTileProvider |
---|
getTileUrls |
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 |
Field Detail |
---|
protected java.lang.String jdbcConnectionString
Constructor Detail |
---|
public MBTilesMapProvider()
public MBTilesMapProvider(java.lang.String jdbcConnectionString)
Method Detail |
---|
public int tileWidth()
tileWidth
in class AbstractMapProvider
public int tileHeight()
tileHeight
in class AbstractMapProvider
public processing.core.PImage getTile(Coordinate coord)
AbstractMapProvider
getTile
in class AbstractMapProvider
coord
- The position and zoom to get tile for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |