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