Skip to main content

Interface: BoundingBox

Defined in: types/spec/2DBoundingBox.ts:11

Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere

Indexable

[k: string]: unknown

Properties

crs?

optional crs: CRS

Defined in: types/spec/2DBoundingBox.ts:14


lowerLeft

lowerLeft: DPoint

Defined in: types/spec/2DBoundingBox.ts:12


orderedAxes?

optional orderedAxes: [string, string]

Defined in: types/spec/2DBoundingBox.ts:15


upperRight

upperRight: DPoint

Defined in: types/spec/2DBoundingBox.ts:13