public class OsmBuffer extends Objectimplements OsmOutputStream , OsmIterator
| Constructor and Description |
|---|
OsmBuffer(int bufferSize, int maxNumberOfBuffers)
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
OsmBounds |
getBounds()
|
int |
getSize()
|
boolean |
hasBounds()
|
boolean |
hasNext()
|
Iterator |
iterator()
|
EntityContainer |
next()
|
void |
remove()
|
void |
setInvalid()
|
void |
write(OsmBounds
|
void |
write(OsmNode
|
void |
write(OsmRelation
|
void |
write(OsmWay
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic int getSize()
public void setInvalid()
public void write(OsmBoundsbounds) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmNodenode) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmWayway) throws IOException
write in interface
OsmOutputStream
IOException
public void write(OsmRelationrelation) throws IOException
write in interface
OsmOutputStream
IOException
public void complete()
throws IOException
complete in interface
OsmOutputStream
IOException
public Iterator<EntityContainer > iterator()
public boolean hasNext()
public EntityContainernext()
public void remove()
public boolean hasBounds()
public OsmBoundsgetBounds()