public abstract class AbstractTaskSingleInputReaderOutput extends AbstractTaskimplements OsmHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmReader |
inputReader
|
protected FileFormat |
outputFormat
|
protected String |
pathInput
|
protected PbfConfig |
pbfConfig
|
protected boolean |
readMetadata
|
protected TboConfig |
tboConfig
|
protected boolean |
writeMetadata
|
line, options| Constructor and Description |
|---|
AbstractTaskSingleInputReaderOutput()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected void |
init()
|
protected void |
run()
|
protected void |
setup(String
|
getHelpMessageprotected FileFormatinputFormat
protected FileFormatoutputFormat
protected PbfConfigpbfConfig
protected TboConfigtboConfig
protected StringpathInput
protected boolean readMetadata
protected boolean writeMetadata
protected boolean closeInput
protected InputStreamin
protected OsmReaderinputReader
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void run()
throws OsmInputException
OsmInputException
protected void finish()
throws IOException
IOException