org.openstreetmap.fma.jtiledownloader.config
Class DownloadConfigurationUrlSquare
java.lang.Object
org.openstreetmap.fma.jtiledownloader.config.DownloadConfiguration
org.openstreetmap.fma.jtiledownloader.config.DownloadConfigurationUrlSquare
public class DownloadConfigurationUrlSquare
- extends DownloadConfiguration
Field Summary |
private java.lang.String |
_pasteUrl
|
private int |
_radius
|
static java.lang.String |
ID
|
private static java.lang.String |
PASTE_URL
|
private static java.lang.String |
RADIUS
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_pasteUrl
private java.lang.String _pasteUrl
_radius
private int _radius
PASTE_URL
private static final java.lang.String PASTE_URL
- See Also:
- Constant Field Values
RADIUS
private static final java.lang.String RADIUS
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
DownloadConfigurationUrlSquare
public DownloadConfigurationUrlSquare()
save
public void save(java.util.Properties prop)
- Specified by:
save
in class DownloadConfiguration
load
public void load(java.util.Properties prop)
- Specified by:
load
in class DownloadConfiguration
getPasteUrl
public final java.lang.String getPasteUrl()
- Getter for pasteUrl
- Returns:
- the pasteUrl
setPasteUrl
public final void setPasteUrl(java.lang.String pasteUrl)
- Setter for pasteUrl
- Parameters:
pasteUrl
- the pasteUrl to set
getRadius
public final int getRadius()
- Getter for radius
- Returns:
- the radius
setRadius
public final void setRadius(int radius)
- Setter for radius
- Parameters:
radius
- the radius to set
getType
public java.lang.String getType()
- Description copied from class:
DownloadConfiguration
- Getter for type
- Specified by:
getType
in class DownloadConfiguration
- Returns:
- the type
- See Also:
DownloadConfiguration.getType()
getTileList
public TileList getTileList(DownloadJob downloadJob)
- Specified by:
getTileList
in class DownloadConfiguration
- See Also:
DownloadConfiguration.getTileList(DownloadJob)