public class TileMatrixLimits extends Object
To inform the client about the valid range of the TileCol and Tile Row indices a layer definition can optionally use the tileMatrixSetLimits section that specifies a minimum and a maximum that are limits of these indices for each TileMatrix.
| Constructor and Description |
|---|
TileMatrixLimits() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxcol() |
long |
getMaxrow() |
long |
getMincol() |
long |
getMinrow() |
String |
getTileMatix() |
void |
setMaxCol(long maxcol) |
void |
setMaxRow(long maxrow) |
void |
setMinCol(long mincol) |
void |
setMinRow(long minrow) |
void |
setTileMatix(String tileMatix) |
String |
toString() |
public String getTileMatix()
public void setTileMatix(String tileMatix)
tileMatix - the tileMatix to setpublic long getMinrow()
public void setMinRow(long minrow)
minrow - the minrow to setpublic long getMaxrow()
public void setMaxRow(long maxrow)
maxrow - the maxrow to setpublic long getMincol()
public void setMinCol(long mincol)
mincol - the mincol to setpublic long getMaxcol()
public void setMaxCol(long maxcol)
maxcol - the maxcol to setCopyright © 1996–2019 Geotools. All rights reserved.