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-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(java.lang.String[] args)Program execution entry point.voidprogress(ProgressEvent progressEvent)Process one ProgressEvent.
-
-
-
Method Detail
-
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
public void progress(ProgressEvent progressEvent)
Process one ProgressEvent.- Specified by:
progressin interfaceProgressListener- Parameters:
progressEvent- ProgressEvent; the event
-
-