public class TileMatrixLimits extends Object
| Constructor and Description |
|---|
TileMatrixLimits() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTileCol()
getMaxTileCol
|
int |
getMaxTileRow()
getMaxTileRow
|
int |
getMinTileCol()
getMinTileCol()
|
int |
getMinTileRow()
getMinTileRow
|
Point2D[] |
getTileExtent(int x,
int y)
Gets the upper left corner and the lower right corner of the
selected tile
|
TileMatrix |
getTileMatrix()
get Tile Matrix, creating a new one if no exists
|
void |
print()
Prints the class
|
void |
setMaxTileCol(int maxTileCol)
setMaxTileCol
|
void |
setMaxTileRow(int maxTileRow)
setMaxTileRow
|
void |
setMinTileCol(int minTileCol)
setMinTileCol
|
void |
setMinTileRow(int minTileRow)
setMinTileRow
|
public TileMatrix getTileMatrix()
public Point2D[] getTileExtent(int x, int y)
x - X tile positiony - Y tile positionpublic int getMinTileRow()
public void setMinTileRow(int minTileRow)
minTileRow - public int getMaxTileRow()
public void setMaxTileRow(int maxTileRow)
maxTileRow - public int getMinTileCol()
public void setMinTileCol(int minTileCol)
minTileCol - public int getMaxTileCol()
public void setMaxTileCol(int maxTileCol)
maxTileCol - public void print()