public class PbfReader extends Objectimplements OsmHandler , OsmReader
| Constructor and Description |
|---|
PbfReader(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
handle(OsmBounds
|
void |
handle(OsmNode
|
void |
handle(OsmRelation
|
void |
handle(OsmWay
|
void |
read()
|
void |
setHandler(OsmHandler
|
public PbfReader(InputStreaminput, boolean fetchMetadata)
public void setHandler(OsmHandlerhandler)
public void read()
throws OsmInputException
read in interface
OsmReader
OsmInputException
public void handle(OsmBoundsbounds) throws IOException
handle in interface
OsmHandler
IOException
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