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() |
long |
getMatrixWidth() |
double |
getScaleXDenominator() |
double |
getScaleYDenominator() |
int |
getTileHeight() |
int |
getTileWidth() |
double[] |
getTopLeftCorner() |
double |
getWidthMtsTile(boolean projected)
Gets the width in meters of a tile
|
void |
print() |
void |
setMatrixHeight(long matrixHeight) |
void |
setMatrixWidth(long matrixWidth) |
void |
setScaleXDenominator(double scaleXDenominator) |
void |
setScaleYDenominator(double scaleYDenominator) |
void |
setTileHeight(int tileHeight) |
void |
setTileWidth(int tileWidth) |
void |
setTopLeftCorner(double[] topLeftCorner) |
public double getScaleXDenominator()
public void setScaleXDenominator(double scaleXDenominator)
public double getScaleYDenominator()
public void setScaleYDenominator(double scaleYDenominator)
public int getTileWidth()
public void setTileWidth(int tileWidth)
public int getTileHeight()
public void setTileHeight(int tileHeight)
public long getMatrixWidth()
public void setMatrixWidth(long matrixWidth)
public long getMatrixHeight()
public void setMatrixHeight(long matrixHeight)
public double[] getTopLeftCorner()
public void setTopLeftCorner(double[] topLeftCorner)
public double getWidthMtsTile(boolean projected)
projected
- public double getHeightMtsTile(boolean projected)
projected
- public void print()