|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.yaac.core.GuiIfc.TileDownloadParams
public static class GuiIfc.TileDownloadParams
Data structure of parameters needed for the OpenStreetMap pre-imported tile download operation. Intended to be returned by the method for displaying the user query dialog.
GuiIfc.displayOsmTileDownloadDialog(org.ka2ddo.yaac.osm.ChangeSet, org.ka2ddo.yaac.osm.ChangeSet)
,
GuiIfc.displayTopoTileDownloadDialog(java.io.File)
Field Summary | |
---|---|
boolean |
hiRes
For US Geological Survey topographic data only: download the high-resolution 1-arcsecond data for each tile for which it is available instead of the coarser 3-arcsecond data. |
double |
lat
Center of the download region in degrees North. |
double |
lon
Center of the download region in degrees East. |
double |
radius
Radius of the circular download region in kilometers. |
boolean |
refresh
Boolean true if the center and radius points should be ignored and just re-download every tile that is currently downloaded. |
Constructor Summary | |
---|---|
GuiIfc.TileDownloadParams(boolean refresh,
double lat,
double lon,
double radius)
Create a TileDownloadParams. |
|
GuiIfc.TileDownloadParams(boolean refresh,
double lat,
double lon,
double radius,
boolean hiRes)
Create a TileDownloadParams. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean refresh
public double lat
public double lon
public double radius
public boolean hiRes
Constructor Detail |
---|
public GuiIfc.TileDownloadParams(boolean refresh, double lat, double lon, double radius)
refresh
- Boolean true if the center and radius points should be ignored and just re-download
every tile that is currently downloaded.lat
- Center of the download region in degrees North.lon
- Center of the download region in degrees East.radius
- Radius of the circular download region in kilometers.public GuiIfc.TileDownloadParams(boolean refresh, double lat, double lon, double radius, boolean hiRes)
refresh
- Boolean true if the center and radius points should be ignored and just re-download
every tile that is currently downloaded.lat
- Center of the download region in degrees North.lon
- Center of the download region in degrees East.radius
- Radius of the circular download region in kilometers.hiRes
- For US Geological Survey topographic data only: download the high-resolution 1-arcsecond
data for each tile for which it is available instead of the coarser 3-arcsecond data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |