|
||||||||||
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
public class TileListCommonBBox
Field Summary | |
---|---|
private int[] |
_xBottomRight
|
private int[] |
_xTopLeft
|
private int[] |
_yBottomRight
|
private int[] |
_yTopLeft
|
private static java.util.logging.Logger |
log
|
Constructor Summary | |
---|---|
TileListCommonBBox()
|
Method Summary | |
---|---|
void |
calculateTileValuesXY(double minLat,
double minLon,
double maxLat,
double maxLon)
|
int |
getTileCount()
|
java.util.ArrayList<Tile> |
getTileListToDownload()
|
int[] |
getXBottomRight()
Getter for xBottomRight |
int[] |
getXTopLeft()
Getter for xTopLeft |
int[] |
getYBottomRight()
Getter for yBottomRight |
int[] |
getYTopLeft()
Getter for yTopLeft |
void |
initXBottomRight(int value)
Setter for BottomRight |
void |
initXTopLeft(int value)
Setter for topLeft |
void |
initYBottomRight(int value)
Setter for BottomRight |
void |
initYTopLeft(int value)
Setter for topLeft |
void |
setXBottomRight(int bottomRight,
int index)
Setter for bottomRight |
void |
setXTopLeft(int topLeft,
int index)
Setter for topLeft |
void |
setYBottomRight(int bottomRight,
int index)
Setter for bottomRight |
void |
setYTopLeft(int topLeft,
int index)
Setter for topLeft |
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[] _xTopLeft
private int[] _yTopLeft
private int[] _xBottomRight
private int[] _yBottomRight
Constructor Detail |
---|
public TileListCommonBBox()
Method Detail |
---|
public java.util.ArrayList<Tile> getTileListToDownload()
ArrayList
containing TilesTileList.getTileListToDownload()
public void calculateTileValuesXY(double minLat, double minLon, double maxLat, double maxLon)
minLat
- minLon
- maxLat
- maxLon
- public final void initXTopLeft(int value)
value
- the xTopLeft to setpublic final void initYTopLeft(int value)
value
- the xTopLeft to setpublic final void initXBottomRight(int value)
value
- the xBottomRight to setpublic final void initYBottomRight(int value)
value
- the xBottomRight to setpublic final int[] getXTopLeft()
public final void setXTopLeft(int topLeft, int index)
topLeft
- the xTopLeft to setindex
- public final int[] getYTopLeft()
public final void setYTopLeft(int topLeft, int index)
topLeft
- the yTopLeft to setindex
- public final int[] getXBottomRight()
public final void setXBottomRight(int bottomRight, int index)
bottomRight
- the xBottomRight to setindex
- public final int[] getYBottomRight()
public final void setYBottomRight(int bottomRight, int index)
bottomRight
- the yBottomRight to setindex
- public int getTileCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |