public abstract class AbstractExecutableSingleOutput extends AbstractExecutable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeOutput
|
protected OsmOutputStream |
osmOutputStream
|
protected OutputStream |
out
|
protected FileFormat |
outputFormat
|
protected String |
pathOutput
|
protected PbfConfig |
pbfConfig
|
protected TboConfig |
tboConfig
|
protected boolean |
writeMetadata
|
line, options| Constructor and Description |
|---|
AbstractExecutableSingleOutput()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected void |
init()
|
protected void |
setup(String
|
getHelpMessageprotected FileFormatoutputFormat
protected PbfConfigpbfConfig
protected TboConfigtboConfig
protected StringpathOutput
protected boolean writeMetadata
protected boolean closeOutput
protected OutputStreamout
protected OsmOutputStreamosmOutputStream
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void finish()
throws IOException
IOException