| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data.mapdata.webmap | |
| org.meteoinfo.data.mapdata.webmap.empty |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Tile |
AbstractTileFactory.getTile(int x,
int y,
int zoom) |
Returns the tile that is located at the given tilePoint for this zoom.
|
abstract Tile |
TileFactory.getTile(int x,
int y,
int zoom) |
Return the Tile at a given TilePoint and zoom level
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected Runnable |
AbstractTileFactory.createTileRunner(Tile tile) |
Subclasses can override this if they need custom TileRunners for some
reason
|
protected URI |
AbstractTileFactory.getURI(Tile tile) |
Gets the full URI of a tile.
|
void |
AbstractTileFactory.load(Tile tile) |
|
abstract void |
TileFactory.load(Tile tile) |
|
void |
AbstractTileFactory.promote(Tile tile) |
Increase the priority of this tile so it will be loaded sooner.
|
protected void |
AbstractTileFactory.startLoading(Tile tile) |
|
protected abstract void |
TileFactory.startLoading(Tile tile) |
Override this method to load the tile using, for example, an
ExecutorService. |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Tile |
EmptyTileFactory.getTile(int x,
int y,
int zoom) |
Gets an instance of an empty tile for the given tile position and zoom on
the world map.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
EmptyTileFactory.load(Tile tile) |
|
protected void |
EmptyTileFactory.startLoading(Tile tile) |
Override this method to load the tile using, for example, an
ExecutorService. |
Copyright © 2019. All rights reserved.