maps library

Classes

ArcGisOnlineRenderer
This renderer fetches the desired bitmap from ArcGIS website. Since the bitmaps are 256 pixels in size the same size must be configured in the displayModel.
DummyRenderer
The dummy renderer renders dummy bitmaps for each given job
IsolateMapInitParam
//////////////////////////////////////////////////////////////////////////
IsolateMapReplyParams
//////////////////////////////////////////////////////////////////////////
IsolateMapRequestParam
//////////////////////////////////////////////////////////////////////////
JobRenderer
This abstract class provides the foundation to render a bitmap for the given tile.
MapDataStoreRenderer
This renderer renders the bitmap for the tiles by using the given Datastore.
MapFile
A class for reading binary map files. The mapFile should be disposed if not needed anymore
MapOnlineRenderer
This renderer fetches the desired bitmap from openstreetmap website. Since the bitmaps are 256 pixels in size the same size must be configured in the displayModel.
MapOnlineRendererWeb
This renderer fetches the desired bitmap from openstreetmap website. Since the bitmaps are 256 pixels in size the same size must be configured in the displayModel.
MercatorProjection
PixelProjection
Projection
This class provides the calculation from Lat/Lon to pixelY/pixelX and vice versa
RenderTheme
A RenderTheme defines how ways and nodes are drawn.
RenderThemeBuilder
A builder for {@link RenderTheme} instances.
TileBasedLabelStore
A LabelStore where the data is stored per tile.

Enums

MapfileSelector
////////////////////////////////////////////////////////////////////////// The Selector enum is used to specify which data subset is to be retrieved from a MapFile: ALL: all data (as in version 0.6.0) POIS: only poi data, no ways (new after 0.6.0) LABELS: poi data and ways that have a name (new after 0.6.0)

Properties

mapDataStore Datastore?
//////////////////////////////////////////////////////////////////////////
getter/setter pair