public abstract class BaseNodeTreeCreator extends AbstractTaskSingleInputIterator
| Modifier and Type | Field and Description |
|---|---|
protected File |
dirOutput
|
protected Envelope |
envelope
|
protected FileFormat |
outputFormat
|
protected Map |
outputs
|
protected String |
pathOutput
|
protected PbfConfig |
pbfConfig
|
protected DataTree |
tree
|
protected boolean |
writeMetadata
|
closeInput, in, inputFormat, inputIterator, line, options, pathInput, readMetadata| Constructor and Description |
|---|
BaseNodeTreeCreator()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected abstract void |
handle(OsmNode
|
protected void |
init()
|
protected Output |
init(Node
|
protected void |
initTree()
|
protected void |
run()
|
protected void |
setup(String
|
getHelpMessageprotected StringpathOutput
protected FileFormatoutputFormat
protected PbfConfigpbfConfig
protected boolean writeMetadata
protected FiledirOutput
protected Envelopeenvelope
protected DataTreetree
protected void setup(String[] args)
protected void init()
throws FileNotFoundException
init in class
AbstractTaskSingleInputIterator
FileNotFoundException
protected void initTree()
throws IOException
IOException
protected Outputinit(Node leaf) throws IOException
IOException
protected void run()
throws IOException
IOException
protected abstract void handle(OsmNodenode) throws IOException
IOException
protected void finish()
throws IOException
finish in class
AbstractTaskSingleInputIterator
IOException