public class Merge extends Object
| Constructor and Description |
|---|
Merge(OsmOutputStream
Merge the elements from a collection of OSM input sources to a single OSM output.
|
public Merge(OsmOutputStreamoutput, Collection <OsmIterator > inputs)
output - am OsmOutputStream to write data to.
inputs - a collection of iterators to retrieve data from.
public void run()
throws IOException
IOException