Class DumpOSM
- java.lang.Object
-
- DumpOSM
-
- All Implemented Interfaces:
EventListener,ProgressListener
public class DumpOSM extends Object implements ProgressListener
Dump an OSM file.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Sep 12, 2018
- Author:
- Peter Knoppers
-
-
Constructor Summary
Constructors Constructor Description DumpOSM()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Program execution entry point.voidprogress(ProgressEvent progressEvent)Process one ProgressEvent.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws FileNotFoundException, MalformedURLException, URISyntaxException
Program execution entry point.- Parameters:
args- String[]; command line arguments (not used)- Throws:
FileNotFoundException- ...MalformedURLException- ...URISyntaxException- ...
-
progress
public void progress(ProgressEvent progressEvent)
Process one ProgressEvent.- Specified by:
progressin interfaceProgressListener- Parameters:
progressEvent- ProgressEvent; the event
-
-