org.openstreetmap.fma.jtiledownloader.tilelist
Class TileListBBoxLatLon

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
      extended by org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommonBBox
          extended by org.openstreetmap.fma.jtiledownloader.tilelist.TileListBBoxLatLon
All Implemented Interfaces:
TileList

public class TileListBBoxLatLon
extends TileListCommonBBox


Field Summary
private  double _maxLat
           
private  double _maxLon
           
private  double _minLat
           
private  double _minLon
           
private static java.util.logging.Logger log
           
 
Constructor Summary
TileListBBoxLatLon()
           
 
Method Summary
 void calculateTileValuesXY()
           
 double getMaxLat()
          Getter for maxLat
 double getMaxLon()
          Getter for maxLon
 double getMinLat()
          Getter for minLat
 double getMinLon()
          Getter for minLon
 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.tilelist.TileListCommonBBox
calculateTileValuesXY, getTileCount, getTileListToDownload, getXBottomRight, getXTopLeft, getYBottomRight, getYTopLeft, initXBottomRight, initXTopLeft, initYBottomRight, initYTopLeft, setXBottomRight, setXTopLeft, setYBottomRight, setYTopLeft
 
Methods inherited from class org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
calculateTileX, calculateTileY, getDownloadZoomLevels, setDownloadZoomLevels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final java.util.logging.Logger log

_minLat

private double _minLat

_minLon

private double _minLon

_maxLat

private double _maxLat

_maxLon

private double _maxLon
Constructor Detail

TileListBBoxLatLon

public TileListBBoxLatLon()
Method Detail

calculateTileValuesXY

public void calculateTileValuesXY()

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