public interface TileMapWindow extends MapWindow, Iterable <TileOnWindow >
| Modifier and Type | Method and Description |
|---|---|
void |
addTileSizeListener(MapWindowTileSizeListener
Add the given listener to the set of tile size change listeners.
|
double |
getCenterX()
Get the window's center's tile coordinate.
|
double |
getCenterY()
Get the window's center's tile coordinate.
|
int |
getNumTilesX()
|
int |
getNumTilesY()
|
double |
getPositionX(int px)
Get the tile coordinate at the given x in view space.
|
double |
getPositionY(int py)
Get the tile coordinate at the given y in view space.
|
int |
getTileHeight()
|
int |
getTileWidth()
|
int |
getZoomLevel()
|
int |
minimumCacheSize()
|
boolean |
setTileSize(int tileSize)
|
addChangeListener, addWorldScaleListener, addZoomListener, containsPoint, getBoundingBox, getCenterLat, getCenterLon, getHeight, getMaxZoom, getMinZoom, getPositionLat, getPositionLon, getWidth, getWorldScale, getWorldsizePixels, getZoom, gotoLonLat, gotoLonLat, gotoPoints, latitudeToY, longitudeToX, mercatorToX, mercatorToY, move, resize, setMaxZoom, setMinZoom, setWorldScale, zoom, zoomIn, zoomInToPosition, zoomOut, zoomOutToPositiongetX, getYforEach, iterator, spliteratorint getZoomLevel()
double getCenterX()
double getCenterY()
double getPositionX(int px)
px - the position in view space.
double getPositionY(int py)
py - the position in view space.
boolean setTileSize(int tileSize)
int getTileWidth()
int getTileHeight()
int getNumTilesX()
int getNumTilesY()
int minimumCacheSize()
void addTileSizeListener(MapWindowTileSizeListenerlistener)
listener - the listener to add.