public class OsmXmlReader extends Objectimplements OsmReader , OsmHandler
| Constructor and Description |
|---|
OsmXmlReader(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
handle(OsmNode
|
void |
handle(OsmRelation
|
void |
handle(OsmWay
|
void |
read()
|
void |
setHandler(OsmHandler
|
public OsmXmlReader(InputStreaminputStream, boolean parseMetadata)
public void setHandler(OsmHandlerhandler)
public void read()
throws OsmInputException
read in interface
OsmReader
OsmInputException
public void handle(OsmNodenode) throws IOException
handle in interface
OsmHandler
IOException
public void handle(OsmWayway) throws IOException
handle in interface
OsmHandler
IOException
public void handle(OsmRelationrelation) throws IOException
handle in interface
OsmHandler
IOException
public void complete()
throws IOException
complete in interface
OsmHandler
IOException