public class TileGrid extends Object
| Constructor and Description |
|---|
TileGrid(long minX,
long minY,
long maxX,
long maxY)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
count()
Get the count of tiles in the grid
|
boolean |
equals(Object obj) |
long |
getMaxX()
Get the max x
|
long |
getMaxY()
Get the max y
|
long |
getMinX()
Get the min x
|
long |
getMinY()
Get the min y
|
int |
hashCode() |
void |
setMaxX(long maxX)
Set the max x
|
void |
setMaxY(long maxY)
Set the max y
|
void |
setMinX(long minX)
Set the min x
|
void |
setMinY(long minY)
Set the min y
|
public TileGrid(long minX,
long minY,
long maxX,
long maxY)
minX - min xminY - min ymaxX - max xmaxY - max ypublic long getMinX()
public void setMinX(long minX)
minX - min xpublic long getMaxX()
public void setMaxX(long maxX)
maxX - max xpublic long getMinY()
public void setMinY(long minY)
minY - min ypublic long getMaxY()
public void setMaxY(long maxY)
maxY - max ypublic long count()
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.