public abstract class AbstractTaskSingleInputReaderSingleOutput extends Objectimplements OsmHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected boolean |
closeOutput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmReader |
inputReader
|
protected org |
line
|
protected org |
options
|
protected OsmOutputStream |
osmOutputStream
|
protected OutputStream |
out
|
protected FileFormat |
outputFormat
|
protected String |
pathInput
|
protected String |
pathOutput
|
protected PbfConfig |
pbfConfig
|
protected boolean |
readMetadata
|
protected boolean |
writeMetadata
|
| Constructor and Description |
|---|
AbstractTaskSingleInputReaderSingleOutput()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected abstract String |
getHelpMessage()
|
protected void |
init()
|
protected void |
run()
|
protected void |
setup(String
|
protected org.apache .commons .cli .Options options
protected org.apache .commons .cli .CommandLine line
protected FileFormatinputFormat
protected FileFormatoutputFormat
protected PbfConfigpbfConfig
protected StringpathInput
protected StringpathOutput
protected boolean readMetadata
protected boolean writeMetadata
protected boolean closeInput
protected boolean closeOutput
protected InputStreamin
protected OutputStreamout
protected OsmReaderinputReader
protected OsmOutputStreamosmOutputStream
public AbstractTaskSingleInputReaderSingleOutput()
protected abstract StringgetHelpMessage()
protected void setup(String[] args)
protected void init()
throws FileNotFoundException
FileNotFoundException
protected void run()
throws OsmInputException
OsmInputException
protected void finish()
throws IOException
IOException