public class TileRange extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxX |
protected int |
maxY |
protected int |
minX |
protected int |
minY |
protected int |
zoom |
| Modifier | Constructor and Description |
|---|---|
protected |
TileRange() |
protected |
TileRange(TileXY t1,
TileXY t2,
int zoom) |
| Modifier and Type | Method and Description |
|---|---|
int |
size()
Returns size
|
java.util.stream.Stream<TilePosition> |
tilePositions()
Gets a stream of all tile positions in this set
|
protected double |
tilesSpanned() |
protected int minX
protected int maxX
protected int minY
protected int maxY
protected int zoom
protected TileRange()
protected double tilesSpanned()
public int size()
public java.util.stream.Stream<TilePosition> tilePositions()