|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapTileFactory | |
|---|---|
| com.bbn.openmap.dataAccess.mapTile | |
| com.bbn.openmap.layer.imageTile | |
| Uses of MapTileFactory in com.bbn.openmap.dataAccess.mapTile |
|---|
| Classes in com.bbn.openmap.dataAccess.mapTile that implement MapTileFactory | |
|---|---|
class |
DebugMapTileFactory
A simple MapTileFactory that returns empty tiles with labels showing zoom level and x, y coords, and borders. |
class |
GoogleMapTileFactory
The GoogleMapTileFactory is a simple example of how to customize a MapTileFactory to contact other services. |
class |
ServerMapTileFactory
The ServerMapTileFactory is an extension to the StandardMapTileFactory that can go to a http server to retrieve image tiles. |
class |
StandardMapTileFactory
The StandardImageTileFactory is a TileFactory implementation that retrieves image tiles from local storage. |
class |
TileMillMapTileFactory
The TileMillMapTileFactory is an extension to the StandardMapTileFactory that can read image tiles stored in a mbtiles file, which is the export format from the TileMill application. |
| Methods in com.bbn.openmap.dataAccess.mapTile with parameters of type MapTileFactory | |
|---|---|
void |
TileImagePreparer.prepareForEmptyTile(MapTileFactory factory)
Sometimes, based on the color handling of the preparer, empty tiles need to be handled differently. |
void |
StandardImagePreparer.prepareForEmptyTile(MapTileFactory factory)
|
void |
GreyscaleImagePreparer.prepareForEmptyTile(MapTileFactory factory)
Overriding the method that creates empty tiles for places with no coverage. |
| Uses of MapTileFactory in com.bbn.openmap.layer.imageTile |
|---|
| Fields in com.bbn.openmap.layer.imageTile declared as MapTileFactory | |
|---|---|
protected MapTileFactory |
MapTileLayer.tileFactory
The MapTileFactory that knows how to fetch image files and create OMRasters for them. |
| Methods in com.bbn.openmap.layer.imageTile that return MapTileFactory | |
|---|---|
MapTileFactory |
MapTileLayer.getTileFactory()
|
| Methods in com.bbn.openmap.layer.imageTile with parameters of type MapTileFactory | |
|---|---|
void |
MapTileLayer.setTileFactory(MapTileFactory tileFactory)
|
| Constructors in com.bbn.openmap.layer.imageTile with parameters of type MapTileFactory | |
|---|---|
MapTileLayer(MapTileFactory tileFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||