Package org.geotools.tile.impl.bing
Class BingTile
-
- All Implemented Interfaces:
ImageLoader
public class BingTile extends Tile
The BingTile, for the Bing Maps family- Since:
- 12
- Author:
- Tobias Sauerwein, Ugo Taddei
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class Tile
Tile.ContextState, Tile.RenderState, Tile.ScreenState, Tile.ValidatedState
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_TILE_SIZE
-
Fields inherited from class Tile
DEBUG_FLAG, service
-
-
Constructor Summary
Constructors Constructor Description BingTile(int x, int y, ZoomLevel zoomLevel, TileService service)
Creates a new BingTile.BingTile(TileIdentifier tileName, TileService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getUrl()
A unique url for every tile-
Methods inherited from class Tile
createErrorImage, dispose, equals, getBufferedImage, getContextState, getExtent, getId, getRenderState, getScreenState, getTileIdentifier, getTileSize, getTileState, hashCode, loadImageTileImage, setContextState, setImageLoader, setRenderState, setScreenState, setStateChangedListener, setTileState, toString
-
-
-
-
Field Detail
-
DEFAULT_TILE_SIZE
public static final int DEFAULT_TILE_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BingTile
public BingTile(int x, int y, ZoomLevel zoomLevel, TileService service)
Creates a new BingTile.
-
BingTile
public BingTile(TileIdentifier tileName, TileService service)
-
-