Package com.geodesk.geom
Class TileBox
java.lang.Object
com.geodesk.geom.TileBox
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
topLeft
protected int topLeft -
bottomRight
protected int bottomRight
-
-
Constructor Details
-
TileBox
public TileBox()
-
-
Method Details
-
width
public final int width() -
height
public final int height() -
left
public int left() -
top
public int top() -
right
public int right() -
bottom
public int bottom() -
size
public int size() -
zoom
public int zoom() -
zoomOut
public void zoomOut(int newZoom) -
expandToInclude
public void expandToInclude(int tile) -
clear
public void clear() -
forEach
-