public class PbfIterator extends Objectimplements OsmIterator , OsmHandler
| Constructor and Description |
|---|
PbfIterator(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
OsmBounds |
getBounds()
|
void |
handle(OsmBounds
|
void |
handle(OsmNode
|
void |
handle(OsmRelation
|
void |
handle(OsmWay
|
boolean |
hasBounds()
|
boolean |
hasNext()
|
Iterator |
iterator()
|
EntityContainer |
next()
|
void |
remove()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic PbfIterator(InputStreaminput, boolean fetchMetadata)
public boolean hasNext()
public EntityContainernext()
public void remove()
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
public Iterator<EntityContainer > iterator()
public boolean hasBounds()
public OsmBoundsgetBounds()