Skip to main content

bounding-box

schema/components/bounding-box/1.0.1/bounding-box.schema.json

The bounding-box component defines the geographic extents of a spatial dataset as an axis-aligned box:

  • min_x, max_x — Extents along the X axis.
  • min_y, max_y — Extents along the Y axis.
  • min_z, max_z — Extents along the Z axis.

All six fields are required.

Used by: base-spatial-data-properties, geometry-part.

Properties

bounding-box (v1.0.1)

Defines the geographic bounds of the dataset

PropertyTypeDescriptionFlags
min_xNumberminimum value on the x-axis
max_xNumbermaximum value on the x-axis
min_yNumberminimum value on the y-axis
max_yNumbermaximum value on the y-axis
min_zNumberminimum value on the z-axis
max_zNumbermaximum value on the z-axis

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?