public class TileMatrix extends Object
| Constructor and Description |
|---|
TileMatrix() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateReferenceSystem |
getCrs()
Retrieve the CRS from the parent TileMatrixSet
|
double |
getDenominator() |
String |
getIdentifier() |
int |
getMatrixHeight() |
int |
getMatrixWidth() |
TileMatrixSet |
getParent() |
double |
getResolution() |
int |
getTileHeight() |
int |
getTileWidth() |
Point |
getTopLeft() |
void |
setDenominator(double denominator) |
void |
setIdentifier(String identifier) |
void |
setMatrixHeight(int matrixHeight) |
void |
setMatrixWidth(int matrixWidth) |
void |
setParent(TileMatrixSet parent) |
void |
setTileHeight(int tileHeight) |
void |
setTileWidth(int tileWidth) |
void |
setTopLeft(double lon,
double lat) |
void |
setTopLeft(Point topLeft) |
String |
toString() |
public String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifier to setpublic double getDenominator()
public double getResolution()
public void setDenominator(double denominator)
denominator - the denominator to setpublic Point getTopLeft()
public void setTopLeft(Point topLeft)
topLeft - the topLeft to setpublic int getTileWidth()
public void setTileWidth(int tileWidth)
tileWidth - the tileWidth to setpublic int getTileHeight()
public void setTileHeight(int tileHeight)
tileHeight - the tileHeight to setpublic int getMatrixWidth()
public void setMatrixWidth(int matrixWidth)
matrixWidth - the matrixWidth to setpublic int getMatrixHeight()
public void setMatrixHeight(int matrixHeight)
matrixHeight - the matrixHeight to setpublic void setTopLeft(double lon,
double lat)
lon - lat - public TileMatrixSet getParent()
public void setParent(TileMatrixSet parent)
public CoordinateReferenceSystem getCrs()
Copyright © 1996–2019 Geotools. All rights reserved.