TileMatrix class

A TileMatrix inside a Geopackage. Corresponds to the gpkg_tile_matrix table.

@author Justin Deoliveira @author Niels Charlier

Constructors

TileMatrix(int zoomLevel, int matrixWidth, int matrixHeight, int tileWidth, int tileHeight, double xPixelSize, double yPixelSize)

Properties

hashCode int
The hash code for this object.
no setterinherited
matrixHeight int
getter/setter pair
matrixWidth int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileHeight int
getter/setter pair
tiles bool
getter/setter pair
tileWidth int
getter/setter pair
xPixelSize double
getter/setter pair
yPixelSize double
getter/setter pair
zoomLevel int
getter/setter pair

Methods

getMatrixHeight() int
getMatrixWidth() int
getTileHeight() int
getTileWidth() int
getXPixelSize() double
getYPixelSize() double
getZoomLevel() int
hasTiles() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMatrixHeight(int matrixHeight) → void
setMatrixWidth(int matrixWidth) → void
setTileHeight(int tileHeight) → void
setTiles(bool tiles) → void
setTileWidth(int tileWidth) → void
setXPixelSize(double xPixelSize) → void
setYPixelSize(double yPixelSize) → void
setZoomLevel(int zoomLevel) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited