Class DumpOSM
java.lang.Object
DumpOSM
- All Implemented Interfaces:
java.util.EventListener
,ProgressListener
public class DumpOSM extends java.lang.Object implements ProgressListener
Dump an OSM file.
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.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Sep 12, 2018
- Author:
- Peter Knoppers
-
Constructor Summary
Constructors Constructor Description DumpOSM()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Program execution entry point.void
progress(ProgressEvent progressEvent)
Process one ProgressEvent.
-
Constructor Details
-
DumpOSM
public DumpOSM()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException, java.net.MalformedURLException, java.net.URISyntaxExceptionProgram execution entry point.- Parameters:
args
- String[]; command line arguments (not used)- Throws:
java.io.FileNotFoundException
- ...java.net.MalformedURLException
- ...java.net.URISyntaxException
- ...
-
progress
Process one ProgressEvent.- Specified by:
progress
in interfaceProgressListener
- Parameters:
progressEvent
- ProgressEvent; the event
-