public class TileReprojectionZoom extends Object
| Constructor and Description |
|---|
TileReprojectionZoom(long zoom)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getMatrixHeight()
Get the matrix height
|
Long |
getMatrixWidth()
Get the matrix width
|
Long |
getTileHeight()
Get the tile height
|
Long |
getTileWidth()
Get the tile width
|
Long |
getToZoom()
Get the reprojected new zoom level
|
long |
getZoom()
Get the zoom level
|
boolean |
hasMatrixHeight()
Has matrix height value
|
boolean |
hasMatrixWidth()
Has matrix width value
|
boolean |
hasTileHeight()
Has tile height value
|
boolean |
hasTileWidth()
Has tile width value
|
boolean |
hasToZoom()
Has to zoom level value
|
void |
setMatrixHeight(Long matrixHeight)
Set the matrix height
|
void |
setMatrixWidth(Long matrixWidth)
Set the matrix width
|
void |
setTileHeight(Long tileHeight)
Set the tile height
|
void |
setTileWidth(Long tileWidth)
Set the tile width
|
void |
setToZoom(Long toZoom)
Set the reprojected new zoom level
|
public TileReprojectionZoom(long zoom)
zoom - zoom levelpublic long getZoom()
public Long getToZoom()
public boolean hasToZoom()
public void setToZoom(Long toZoom)
toZoom - to zoompublic Long getMatrixWidth()
public boolean hasMatrixWidth()
public void setMatrixWidth(Long matrixWidth)
matrixWidth - matrix widthpublic Long getMatrixHeight()
public boolean hasMatrixHeight()
public void setMatrixHeight(Long matrixHeight)
matrixHeight - matrix heightpublic Long getTileWidth()
public boolean hasTileWidth()
public void setTileWidth(Long tileWidth)
tileWidth - tile widthpublic Long getTileHeight()
public boolean hasTileHeight()
public void setTileHeight(Long tileHeight)
tileHeight - tile heightCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.