|
||||||||||
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.TileListBBoxLatLon
public class TileListBBoxLatLon
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 |
---|
private static final java.util.logging.Logger log
private double _minLat
private double _minLon
private double _maxLat
private double _maxLon
Constructor Detail |
---|
public TileListBBoxLatLon()
Method Detail |
---|
public void calculateTileValuesXY()
public final double getMinLat()
public final void setMinLat(double minLat)
minLat
- the minLat to setpublic final double getMinLon()
public final void setMinLon(double minLon)
minLon
- the minLon to setpublic final double getMaxLat()
public final void setMaxLat(double maxLat)
maxLat
- the maxLat to setpublic final double getMaxLon()
public final void setMaxLon(double maxLon)
maxLon
- the maxLon to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |