public class DumpOSM extends Object implements ProgressListener
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
DumpOSM() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Program execution entry point.
|
void |
progress(ProgressEvent progressEvent)
Process one ProgressEvent.
|
public static void main(String[] args) throws FileNotFoundException, MalformedURLException, URISyntaxException
args - String[]; command line arguments (not used)FileNotFoundException - ...MalformedURLException - ...URISyntaxException - ...public void progress(ProgressEvent progressEvent)
progress in interface ProgressListenerprogressEvent - ProgressEvent; the eventCopyright © 2014–2019 Delft University of Technology. All rights reserved.