public class AbstractEntitySplitter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OsmIterator |
iterator
|
protected OsmOutputStream |
oosNodes
|
protected OsmOutputStream |
oosRelations
|
protected OsmOutputStream |
oosWays
|
protected boolean |
passNodes
|
protected boolean |
passRelations
|
protected boolean |
passWays
|
| Constructor and Description |
|---|
AbstractEntitySplitter(OsmIterator
|
protected OsmIteratoriterator
protected boolean passNodes
protected boolean passWays
protected boolean passRelations
protected OsmOutputStreamoosNodes
protected OsmOutputStreamoosWays
protected OsmOutputStreamoosRelations
public AbstractEntitySplitter(OsmIteratoriterator, Path pathNodes, Path pathWays, Path pathRelations, OsmOutputConfig outputConfig)
protected void init()
throws IOException
IOException
protected void passBounds()
throws IOException
IOException
protected void finish()
throws IOException
IOException