Package | Description |
---|---|
com.bbn.openmap.dataAccess.mapTile | |
com.bbn.openmap.layer.imageTile |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected MapTileFactory |
MapTileLayer.tileFactory
The MapTileFactory that knows how to fetch image files and create
OMRasters for them.
|
Modifier and Type | Method and Description |
---|---|
MapTileFactory |
MapTileLayer.getTileFactory() |
Modifier and Type | Method and Description |
---|---|
void |
MapTileLayer.setTileFactory(MapTileFactory tileFactory) |
Constructor and Description |
---|
MapTileLayer(MapTileFactory tileFactory) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details