public class TileMatrix
extends java.lang.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 |
getScaleDenominator() |
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 |
setScaleDenominator(double scaleDenominator) |
void |
setTileHeight(int tileHeight) |
void |
setTileWidth(int tileWidth) |
void |
setTopLeftCorner(double[] topLeftCorner) |
public double getScaleDenominator()
public void setScaleDenominator(double scaleDenominator)
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()