public class TboIterator extends BlockReaderimplements OsmIterator
reader| Constructor and Description |
|---|
TboIterator(CompactReader
|
TboIterator(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
OsmBounds |
getBounds()
|
boolean |
hasBounds()
|
boolean |
hasNext()
|
Iterator |
iterator()
|
EntityContainer |
next()
|
void |
remove()
|
parseHeader, readBlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic TboIterator(InputStreaminput, boolean fetchMetadata) throws IOException
IOException
public TboIterator(CompactReaderreader, boolean fetchMetadata) throws IOException
IOException
public boolean hasNext()
public EntityContainernext()
public void remove()
public Iterator<EntityContainer > iterator()
public boolean hasBounds()
public OsmBoundsgetBounds()