asText: Return the Well-Known Text (WKT) representation
asBinary, asHexWKB: Return the Well-Known Binary (WKB) or the Hexadecimal Well-Known Binary (HexWKB) representation as text
boxFromBinary, boxFromHexWKB: Input from the Well-Known Binary (WKB) or from the Hexadecimal Well-Known Binary (HexWKB) representation
tbox: Constructor for tbox
stboxX, stboxZ, stboxT, stboxXT, stboxZT, geodstboxZ, geodstboxT, geodstboxZT: Constructor for stbox
tbox::type: Convert a tbox to another type
type::tbox: Convert another type to a tbox
stbox::type: Convert an stbox to another type
type::stbox: Convert another type to an stbox
hasX, hasZ, hasT: Has X/Z/T dimension?
isGeodetic: Is geodetic?
xMin, yMin, zMin, tMin: Return the minimum X/Y/Z/T value
xMax, yMax, zMax, tMax: Return the maximum X/Y/Z/T value
xMinInc, tMinInc: Is the minimum X/T value inclusive?
xMaxInc, tMaxInc: Is the maximum X/T value inclusive?
area, volume, perimeter: Area, volume, perimeter
shiftValue, scaleValue, shiftScaleValue: Shift and/or scale the span of a bounding box by a value
shiftTime, scaleTime, shiftScaleTime: Shift and/or scale the period of a bounding box by an interval
getSpace: Return the spatial dimension of a bounding box, removing the temporal dimension if any
expandValue, expandSpace, expandTime: Expand the numeric, spatial, or temporal dimension of a bounding box by a value or an interval
round: Round the values or the coordinates of a bounding box to a number of decimal places
SRID, setSRID: Return or set the spatial reference identifier
transform, transformPipeline: Transform to a spatial reference identifier
quadSplit: Split a bounding box in quadrants or octants
+, *: Union and intersection of bounding boxes
<<, <<|, <</, <<#: Are the X/Y/Z/T values of the first bounding box strictly less than those of the second one?
>>,|>>, />>, #>>: Are the X/Y/Z/T values of the first bounding box strictly greater than those of the second one?
&<, &<|, &</, &<#: Are the X/Y/Z/T values of the first bounding box not greater than those of the second one?
&>, |&>, /&>, #&>: Are the X/Y/Z/T values of the first bounding box not less than those of the second one?
=, <>, <, >, <=, >=: Traditional comparisons
extent: Bounding box extent