Box Types

Input and Output

  • 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

Constructors

Conversions

Accessors

Transformations

Spatial Reference System

Splitting Operations

  • quadSplit: Split a bounding box in quadrants or octants

Set Operations

  • +, *: Union and intersection of bounding boxes

Bounding Box Operations

Topological Operations

  • &&: Do the bounding boxes overlap?

  • @>: Does the first bounding box contain the second one?

  • <@: Is the first bounding box contained in the second one?

  • ~=: Are the bounding boxes equal in their common dimensions?

  • -|-: Are the bounding boxes adjacent?

Position Operations

  • <<, <<|, <</, <<#: 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?

Comparisons

Aggregations