Number of tile rows (vertical count) in the matrix at this zoom level.
Number of tile columns (horizontal count) in the matrix at this zoom level.
Width of a single pixel in SRS units (ground sample distance in the x direction). For EPSG:4326 this is expressed in degrees; for projected SRS it is typically in meters.
Height of a single pixel in SRS units (ground sample distance in the y direction). For EPSG:4326 this is expressed in degrees; for projected SRS it is typically in meters.
Name of the tile pyramid user data table this matrix belongs to.
Height of each individual tile in pixels.
Width of each individual tile in pixels.
Zoom level for this tile matrix.
0 represents the most zoomed-out level; higher values are more detailed.
Represents a row in the
gpkg_tile_matrixtable.Each entry defines the properties of one zoom level in a tile pyramid, including the matrix grid dimensions, individual tile pixel dimensions, and the ground sample distance (pixel size in SRS units). See the GeoPackage Tile Matrix specification.