TileMatrixSetBoundingBox interface

Geographic extent of the tile matrix set expressed in the specified coordinate reference system

Properties

crs

Coordinate reference system identifier

lowerLeft

Lower-left corner coordinates [x, y] of bounding box

orderedAxes

Explicit axis order for the CRS coordinates (e.g., ['x', 'y'])

upperRight

Upper-right corner coordinates [x, y] of bounding box

Property Details

crs

Coordinate reference system identifier

crs?: string

Property Value

string

lowerLeft

Lower-left corner coordinates [x, y] of bounding box

lowerLeft: string[]

Property Value

string[]

orderedAxes

Explicit axis order for the CRS coordinates (e.g., ['x', 'y'])

orderedAxes?: string[]

Property Value

string[]

upperRight

Upper-right corner coordinates [x, y] of bounding box

upperRight: string[]

Property Value

string[]