Tile Matrix Set object. Defines the minimum bounding box (min_x, min_y, max_x, max_y) and spatial reference system (srs_id) for all content in a tile pyramid user data table.

Hierarchy

  • TileMatrixSet

Constructors

Properties

COLUMN_ID: string = TileMatrixSet.COLUMN_TABLE_NAME

id field name, tableName

COLUMN_MAX_X: "max_x" = 'max_x'

maxX field name

COLUMN_MAX_Y: "max_y" = 'max_y'

maxY field name

COLUMN_MIN_X: "min_x" = 'min_x'

minX field name

COLUMN_MIN_Y: "min_y" = 'min_y'

minY field name

COLUMN_SRS_ID: string = SpatialReferenceSystemConstants.COLUMN_SRS_ID

srsId field name

COLUMN_TABLE_NAME: string = Contents.COLUMN_TABLE_NAME

tableName field name

TABLE_NAME: "gpkg_tile_matrix_set" = 'gpkg_tile_matrix_set'

Table name

Methods

Generated using TypeDoc