public interface OpenStreetMapContentHandler
OpenStreetMapProvider
Modifier and Type | Method and Description |
---|---|
void |
addNode(OSMNode node)
Stores a node.
|
void |
addRelation(OSMRelation relation)
Stores a relation.
|
void |
addWay(OSMWay way)
Stores a way.
|
void |
doneFirstPhaseRelations()
Called after the first phase, when all relations are loaded.
|
void |
doneSecondPhaseWays()
Called after the second phase, when all ways are loaded.
|
void |
doneThirdPhaseNodes()
Called after the third and final phase, when all nodes are loaded.
|
void addNode(OSMNode node)
void addWay(OSMWay way)
void addRelation(OSMRelation relation)
void doneFirstPhaseRelations()
void doneSecondPhaseWays()
void doneThirdPhaseNodes()
Copyright © 2019. All rights reserved.