public abstract class DefaultOsmIdHandler extends Objectimplements OsmIdHandler
| Constructor and Description |
|---|
DefaultOsmIdHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
handle(OsmBounds
|
void |
handleNode(long id)
|
void |
handleRelation(long id)
|
void |
handleWay(long id)
|
public void handle(OsmBoundsbounds) throws IOException
handle in interface
OsmIdHandler
IOException
public void handleNode(long id)
throws IOException
handleNode in interface
OsmIdHandler
IOException
public void handleWay(long id)
throws IOException
handleWay in interface
OsmIdHandler
IOException
public void handleRelation(long id)
throws IOException
handleRelation in interface
OsmIdHandler
IOException
public void complete()
throws IOException
complete in interface
OsmIdHandler
IOException