public static class GuiIfc.OsmImportParams
extends java.lang.Object
GuiIfc.displayOsmImportDialog(java.io.File)
Modifier and Type | Field and Description |
---|---|
java.io.File |
selectedFile
java.io.File pointing at the bzipped XML file containing the OSM snapshot data.
|
boolean |
useFixMe
Boolean true indicates that Nodes and Ways tagged with the FIXME attribute should
still be imported, otherwise they will be discarded during the import.
|
Constructor and Description |
---|
OsmImportParams(java.io.File selectedFile,
boolean useFixMe)
Constructor for OsmImportParams.
|
public java.io.File selectedFile
public boolean useFixMe
public OsmImportParams(java.io.File selectedFile, boolean useFixMe)
selectedFile
- java.io.File pointing at the bzipped XML file containing the OSM snapshot data.useFixMe
- Boolean true indicates that Nodes and Ways tagged with the FIXME attribute should
still be imported, otherwise they will be discarded during the import.