| Package | Description |
|---|---|
| org.mapsforge.poi.writer | |
| org.mapsforge.poi.writer.logging | |
| org.mapsforge.poi.writer.osmosis |
| Modifier and Type | Method and Description |
|---|---|
static PoiWriter |
PoiWriter.newInstance(PoiWriterConfiguration configuration,
ProgressManager progressManager)
Creates a new instance of a
PoiWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyProgressManager
A progress manager doing nothing when the application calls a progress update.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggerWrapper |
LoggerWrapper.getLogger(String name,
ProgressManager pm)
Returns or creates a logger that forwards messages to a
ProgressManager. |
static void |
LoggerWrapper.setDefaultProgressManager(ProgressManager pm)
Sets the
ProgressManager object that will be used for each LoggerWrapper
instance. |
void |
LoggerWrapper.setProgressManager(ProgressManager pm)
This method sets the logger's progress manager that receives certain log messages and
forwards them to a GUI.
|
| Constructor and Description |
|---|
PoiWriterTask(PoiWriterConfiguration configuration,
ProgressManager progressManager)
Writes all entities that can be mapped to a specific category and which category is in a
given whitelist to a SQLite database.
|
Copyright © 2016 mapsforge.org