public interface OsmIdHandler| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
handle(OsmBounds
|
void |
handleNode(long id)
|
void |
handleRelation(long id)
|
void |
handleWay(long id)
|
void handle(OsmBoundsbounds) throws IOException
IOException
void handleNode(long id)
throws IOException
IOException
void handleWay(long id)
throws IOException
IOException
void handleRelation(long id)
throws IOException
IOException
void complete()
throws IOException
IOException