public class TileMatrix extends Object
Constructor and Description |
---|
TileMatrix() |
Modifier and Type | Method and Description |
---|---|
double |
getHeightMtsTile(boolean projected)
Gets the height in meters of a tile
|
long |
getMatrixHeight()
getMatrixHeight
|
long |
getMatrixWidth()
getMatrixWidth
|
double |
getScaleXDenominator()
getScaleXDenominator
|
double |
getScaleYDenominator()
getScaleYDenominator
|
int |
getTileHeight()
getTileHeight
|
int |
getTileWidth()
getTileWidth
|
double[] |
getTopLeftCorner()
getTopLeftCorner
|
double |
getWidthMtsTile(boolean projected)
Gets the width in meters of a tile
|
void |
print()
Prints the class
|
void |
setMatrixHeight(long matrixHeight)
setMatrixHeight
|
void |
setMatrixWidth(long matrixWidth)
setMatrixWidth
|
void |
setScaleXDenominator(double scaleXDenominator)
setScaleXDenominator
|
void |
setScaleYDenominator(double scaleYDenominator)
setScaleYDenominator
|
void |
setTileHeight(int tileHeight)
setTileHeight
|
void |
setTileWidth(int tileWidth)
setTileWidth
|
void |
setTopLeftCorner(double[] topLeftCorner)
setTopLeftCorner
|
public double getScaleXDenominator()
public void setScaleXDenominator(double scaleXDenominator)
scaleXDenominator
- public double getScaleYDenominator()
public void setScaleYDenominator(double scaleYDenominator)
scaleYDenominator
- public int getTileWidth()
public void setTileWidth(int tileWidth)
tileWidth
- public int getTileHeight()
public void setTileHeight(int tileHeight)
tileHeight
- public long getMatrixWidth()
public void setMatrixWidth(long matrixWidth)
matrixWidth
- public long getMatrixHeight()
public void setMatrixHeight(long matrixHeight)
matrixHeight
- public double[] getTopLeftCorner()
public void setTopLeftCorner(double[] topLeftCorner)
topLeftCorner
- public double getWidthMtsTile(boolean projected)
projected
- public double getHeightMtsTile(boolean projected)
projected
- public void print()