Package org.geotools.geopkg
Class TileMatrix
Object
TileMatrix
A TileMatrix inside a Geopackage. Corresponds to the gpkg_tile_matrix table.
- Author:
- Justin Deoliveira, Niels Charlier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasTiles()
void
setMatrixHeight
(Integer matrixHeight) void
setMatrixWidth
(Integer matrixWidth) void
setTileHeight
(Integer tileHeight) void
setTiles
(boolean tiles) void
setTileWidth
(Integer tileWidth) void
setXPixelSize
(Double xPixelSize) void
setYPixelSize
(Double yPixelSize) void
setZoomLevel
(Integer zoomLevel) toString()
-
Constructor Details
-
TileMatrix
public TileMatrix() -
TileMatrix
-
-
Method Details
-
getZoomLevel
-
setZoomLevel
-
getMatrixWidth
-
setMatrixWidth
-
getMatrixHeight
-
setMatrixHeight
-
getTileWidth
-
setTileWidth
-
getTileHeight
-
setTileHeight
-
getXPixelSize
-
setXPixelSize
-
getYPixelSize
-
setYPixelSize
-
hasTiles
public boolean hasTiles() -
setTiles
public void setTiles(boolean tiles) -
toString
-