|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.fma.jtiledownloader.tilelist.TileListCommon
org.openstreetmap.fma.jtiledownloader.tilelist.TileListCommonBBox
org.openstreetmap.fma.jtiledownloader.tilelist.TileListUrlSquare
public class TileListUrlSquare
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 |
---|
private static final java.util.logging.Logger log
private int _radius
private double _latitude
private double _longitude
Constructor Detail |
---|
public TileListUrlSquare()
Method Detail |
---|
public void calculateTileValuesXY()
protected final int getRadius()
public final void setRadius(int radius)
radius
- the radius to setpublic final double getLatitude()
public final void setLatitude(double latitude)
latitude
- the latitude to setpublic final double getLongitude()
public final void setLongitude(double longitude)
longitude
- the longitude to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |