Type of data stored in the table.
One of 'features', 'tiles', or 'attributes'.
A human-readable description of the table contents. Defaults to an empty string.
A human-readable identifier (e.g., a short title) for the contents entry,
or null if not set.
Timestamp of the last modification in ISO 8601 format
(e.g., '2024-01-15T12:00:00.000Z').
Maximum bounding x-coordinate, or null if not applicable.
Maximum bounding y-coordinate, or null if not applicable.
Minimum bounding x-coordinate, or null if not applicable.
Minimum bounding y-coordinate, or null if not applicable.
SRS identifier referencing gpkg_spatial_ref_sys.srs_id, or null for
attribute tables that have no spatial reference.
The name of the actual user data table in the GeoPackage database.
Represents a row in the
gpkg_contentstable.The contents table is the master catalog of a GeoPackage. Each entry identifies one user data table and describes its type, spatial extent, and associated SRS. This interface mirrors the columns defined in the GeoPackage Contents specification.