public abstract class AbstractWaysToTreeMapper extends Objectimplements WaysToTreeMapper
| Modifier and Type | Field and Description |
|---|---|
protected Path |
pathTree
|
protected DataTree |
tree
|
| Constructor and Description |
|---|
AbstractWaysToTreeMapper(OsmIterator
|
public AbstractWaysToTreeMapper(OsmIteratornodeIterator, Path pathTree, Path pathWays, FileFormat inputFormatWays, boolean readMetadata)
public void execute()
throws IOException
execute in interface
Task
IOException
public void prepare()
throws IOException
IOException
public void map()
throws IOException
IOException
protected void finish()
throws IOException
IOException
protected abstract void process(OsmWayway, Node leaf) throws IOException
IOException