tbox
: Constructor for tbox
stbox, stboxt
: Constructor for stbox
tbox::type
: Cast a tbox
to another type
type::tbox
: Cast another type to a tbox
stbox::type
: Cast an stbox
to anoter type
type::stbox
: Cast another type to an stbox
expandValue
: Expand the numeric value dimension of the bounding box by a float value
expandSpatial
: Expand the spatial value dimension of the bounding box by a float value
expandTemporal
: Expand the temporal dimension of the bounding box by a time interval
setPrecision
: Round the value or the coordinates of the bounding box to a number of decimal places
extent
: Bounding box extent
=
: Are the bounding boxes equal?
<>
: Are the bounding boxes different?
<
: Is the first bouding box less than the second one?
>
: Is the first bouding box greater than the second one?
<=
: Is the first bouding box less than or equal to the second one?
>=
: Is the first bouding box greater than or equal to the second one?
<<
: Are the X values of the first bounding box strictly less than those of the second one?
>>
: Are the X values of the first bounding box strictly greater than those of the second one?
&<
: Are the X values of the first bounding box not greater than those of the second one?
&>
: Are the X values of the first bounding box not less than those of the second one?
<<
: Are the X values of the first bounding box strictly to the left of those of the second one?
>>
: Are the X values of the first bounding box strictly to the right of those of the second one?
&<
: Are the X values of the first bounding box not to the right of those of the second one?
&>
: Are the X values of the first bounding box not to the left of those of the second one?
<<|
: Are the Y values of the first bounding box strictly below of those of the second one?
|>>
: Are the Y values of the first bounding box strictly above of those of the second one?
&<|
: Are the Y values of the first bounding box not above of those of the second one?
|&>
: Are the Y values of the first bounding box not below of those of the second one?
<</
: Are the Z values of the first bounding box strictly in front of those of the second one?
/>>
: Are the Z values of the first bounding box strictly back of those of the second one?
&</
: Are the Z values of the first bounding box not back of those of the second one?
/&>
: Are the Z values of the first bounding box not in front of those of the second one?
<<#
: Are the T values of the first bounding box strictly before those of the second one?
#>>
: Are the T values of the first bounding box strictly after those of the second one?
&<#
: Are the T values of the first bounding box not after those of the second one?
#&>
: Are the T values of the first bounding box not before those of the second one?