ST_Box

 

ST_Box - General Information

Overview

Type:

Data structure

Available as of:

V1.0.3.0

Inherits from:

-

Versions:

Current version

Description

This data structure defines a cuboid in the 3-dimensional space. To this end, the position vectors of 4 points must be specified that span the cuboid. The meaning of the points is illustrated by the following diagram:

G-SE-0068451.1.gif-high.gif

 

 

Structure Elements

Variable

Data type

Description

stBasePoint

ST_Vector3D

Common point of the edges spanning the cuboid.

stSpanPoint1

ST_Vector3D

Forms the first of the edges spanning the cuboid, together with stBasePoint.

stSpanPoint2

ST_Vector3D

Forms the second of the edges spanning the cuboid, together with stBasePoint.

stSpanPoint3

ST_Vector3D

Forms the third of the edges spanning the cuboid, together with stBasePoint.