org.openstreetmap.fma.jtiledownloader.config
Class DownloadConfigurationBBoxLatLon

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.config.DownloadConfiguration
      extended by org.openstreetmap.fma.jtiledownloader.config.DownloadConfigurationBBoxLatLon

public class DownloadConfigurationBBoxLatLon
extends DownloadConfiguration


Field Summary
private  double _maxLat
           
private  double _maxLon
           
private  double _minLat
           
private  double _minLon
           
static java.lang.String ID
           
private static java.lang.String MAX_LAT
           
private static java.lang.String MAX_LON
           
private static java.lang.String MIN_LAT
           
private static java.lang.String MIN_LON
           
 
Fields inherited from class org.openstreetmap.fma.jtiledownloader.config.DownloadConfiguration
TYPE
 
Constructor Summary
DownloadConfigurationBBoxLatLon()
           
 
Method Summary
 double getMaxLat()
          Getter for maxLat
 double getMaxLon()
          Getter for maxLon
 double getMinLat()
          Getter for minLat
 double getMinLon()
          Getter for minLon
 TileList getTileList(DownloadJob downloadJob)
           
 java.lang.String getType()
          Getter for type
 void load(java.util.Properties prop)
           
 void save(java.util.Properties prop)
           
 void setMaxLat(double maxLat)
          Setter for maxLat
 void setMaxLon(double maxLon)
          Setter for maxLon
 void setMinLat(double minLat)
          Setter for minLat
 void setMinLon(double minLon)
          Setter for minLon
 
Methods inherited from class org.openstreetmap.fma.jtiledownloader.config.DownloadConfiguration
setTemplateProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_minLat

private double _minLat

_minLon

private double _minLon

_maxLat

private double _maxLat

_maxLon

private double _maxLon

MIN_LAT

private static final java.lang.String MIN_LAT
See Also:
Constant Field Values

MIN_LON

private static final java.lang.String MIN_LON
See Also:
Constant Field Values

MAX_LAT

private static final java.lang.String MAX_LAT
See Also:
Constant Field Values

MAX_LON

private static final java.lang.String MAX_LON
See Also:
Constant Field Values

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

DownloadConfigurationBBoxLatLon

public DownloadConfigurationBBoxLatLon()
Method Detail

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

getMinLat

public final double getMinLat()
Getter for minLat

Returns:
the minLat

setMinLat

public final void setMinLat(double minLat)
Setter for minLat

Parameters:
minLat - the minLat to set

getMinLon

public final double getMinLon()
Getter for minLon

Returns:
the minLon

setMinLon

public final void setMinLon(double minLon)
Setter for minLon

Parameters:
minLon - the minLon to set

getMaxLat

public final double getMaxLat()
Getter for maxLat

Returns:
the maxLat

setMaxLat

public final void setMaxLat(double maxLat)
Setter for maxLat

Parameters:
maxLat - the maxLat to set

getMaxLon

public final double getMaxLon()
Getter for maxLon

Returns:
the maxLon

setMaxLon

public final void setMaxLon(double maxLon)
Setter for maxLon

Parameters:
maxLon - the maxLon 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)