org.openstreetmap.fma.jtiledownloader.tilelist
Class TileListUrlSquare

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.TileListUrlSquare
All Implemented Interfaces:
TileList

public class TileListUrlSquare
extends TileListCommonBBox


Field Summary
private  double _latitude
           
private  double _longitude
           
private  int _radius
           
private static java.util.logging.Logger log
           
 
Constructor Summary
TileListUrlSquare()
           
 
Method Summary
 void calculateTileValuesXY()
           
 double getLatitude()
          Getter for latitude
 double getLongitude()
          Getter for longitude
protected  int getRadius()
          Getter for radius
 void setLatitude(double latitude)
          Setter for latitude
 void setLongitude(double longitude)
          Setter for longitude
 void setRadius(int radius)
          Setter for radius in meter
 
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

_radius

private int _radius

_latitude

private double _latitude

_longitude

private double _longitude
Constructor Detail

TileListUrlSquare

public TileListUrlSquare()
Method Detail

calculateTileValuesXY

public void calculateTileValuesXY()

getRadius

protected final int getRadius()
Getter for radius

Returns:
the radius

setRadius

public final void setRadius(int radius)
Setter for radius in meter

Parameters:
radius - the radius to set

getLatitude

public final double getLatitude()
Getter for latitude

Returns:
the latitude

setLatitude

public final void setLatitude(double latitude)
Setter for latitude

Parameters:
latitude - the latitude to set

getLongitude

public final double getLongitude()
Getter for longitude

Returns:
the longitude

setLongitude

public final void setLongitude(double longitude)
Setter for longitude

Parameters:
longitude - the longitude to set