public abstract class AbstractTaskSingleInputIteratorSingleOutput extends AbstractTask
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected boolean |
closeOutput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmIterator |
inputIterator
|
protected OsmOutputStream |
osmOutputStream
|
protected OutputStream |
out
|
protected FileFormat |
outputFormat
|
protected String |
pathInput
|
protected String |
pathOutput
|
protected PbfConfig |
pbfConfig
|
protected boolean |
readMetadata
|
protected TboConfig |
tboConfig
|
protected boolean |
writeMetadata
|
line, options| Constructor and Description |
|---|
AbstractTaskSingleInputIteratorSingleOutput()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected void |
init()
|
protected void |
setup(String
|
getHelpMessageprotected FileFormatinputFormat
protected FileFormatoutputFormat
protected PbfConfigpbfConfig
protected TboConfigtboConfig
protected StringpathInput
protected StringpathOutput
protected boolean readMetadata
protected boolean writeMetadata
protected boolean closeInput
protected boolean closeOutput
protected InputStreamin
protected OutputStreamout
protected OsmIteratorinputIterator
protected OsmOutputStreamosmOutputStream
public AbstractTaskSingleInputIteratorSingleOutput()
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void finish()
throws IOException
IOException