| Interface | Description |
|---|---|
| MapDataHandler |
This class is fed the map data.
|
| Class | Description |
|---|---|
| DefaultMapDataHandler |
Empty implementation of the map data handler
|
| ListOsmElementHandler<T> |
Handler that expects a number of elements of the given type
|
| OneElementTypeHandler<T> |
Handles one OsmElement type (Node, Way, Relation, Bounds) and ignores everything else
|
| SingleOsmElementHandler<T> |
Handler that expects just one element of the given type
|
| WrapperOsmElementHandler<T> |
Wraps a Handler in a MapDataHandler
|