
public class MapTileArea extends Object implements MapTileContainer, IterableWithSize<Long>
| Constructor and Description |
|---|
MapTileArea() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(long pTileIndex) |
int |
getBottom() |
int |
getHeight() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
int |
getWidth() |
int |
getZoom() |
Iterator<Long> |
iterator() |
MapTileArea |
reset()
Set the area as an empty area
|
MapTileArea |
set(int pZoom,
int pLeft,
int pTop,
int pRight,
int pBottom) |
MapTileArea |
set(int pZoom,
Rect pRect) |
MapTileArea |
set(MapTileArea pArea) |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MapTileArea set(int pZoom, int pLeft, int pTop, int pRight, int pBottom)
public MapTileArea set(int pZoom, Rect pRect)
public MapTileArea set(MapTileArea pArea)
public MapTileArea reset()
public int getZoom()
public int getLeft()
public int getTop()
public int getWidth()
public int getHeight()
public int getRight()
public int getBottom()
public int size()
size in interface IterableWithSize<Long>public boolean contains(long pTileIndex)
contains in interface MapTileContainer