public abstract class ScanBox
extends java.lang.Object
Viewport.getMapViewProjection(box)
ScanBox sb = new ScanBox(){
protected void setVisible(int y, int x1, int x2) {
}
};
sb.scan(pos.x, pos.y, pos.scale, * zoomLevel, coords);
where zoomLevel is the zoom-level for which tile coordinates should be
calculated.| Modifier and Type | Field and Description |
|---|---|
protected int |
mZoom |
| Constructor and Description |
|---|
ScanBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
scan(double x,
double y,
double scale,
int zoom,
float[] box) |
protected abstract void |
setVisible(int y,
int x1,
int x2) |