|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.core.GuiIfc.OsmImportParams
public static class GuiIfc.OsmImportParams
Data structure of parameters needed for the OpenStreetMap import operation. Intended to be returned by the method for displaying the user query dialog.
GuiIfc.displayOsmImportDialog(java.io.File)
Field Summary | |
---|---|
double |
eastLon
Eastern-most boundary of the axis-aligned box to import. |
double |
northLat
Northern-most boundary of the axis-aligned box to import. |
java.io.File |
selectedFile
java.io.File pointing at the bzipped XML file containing the OSM snapshot data. |
double |
southLat
Southern-most boundary of the axis-aligned box to import. |
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. |
double |
westLon
Western-most boundary of the axis-aligned box to import. |
Constructor Summary | |
---|---|
GuiIfc.OsmImportParams(java.io.File selectedFile,
boolean useFixMe,
double northLat,
double southLat,
double westLon,
double eastLon)
Constructor for OsmImportParams. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.io.File selectedFile
public boolean useFixMe
public double northLat
public double southLat
public double westLon
public double eastLon
Constructor Detail |
---|
public GuiIfc.OsmImportParams(java.io.File selectedFile, boolean useFixMe, double northLat, double southLat, double westLon, double eastLon)
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.northLat
- Northern-most boundary of the axis-aligned box to import.southLat
- Southern-most boundary of the axis-aligned box to import.westLon
- Western-most boundary of the axis-aligned box to import.eastLon
- Eastern-most boundary of the axis-aligned box to import.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |