public abstract class AbstractTaskSingleInputIteratorSingleOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected boolean |
closeOutput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmIterator |
inputIterator
|
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 |
|---|
AbstractTaskSingleInputIteratorSingleOutput()
|
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 OsmIteratorinputIterator
protected OsmOutputStreamosmOutputStream
public AbstractTaskSingleInputIteratorSingleOutput()
protected abstract StringgetHelpMessage()
protected void setup(String[] args)
protected void init()
throws FileNotFoundException
FileNotFoundException
protected void finish()
throws IOException
IOException