|
|
◆ tgeo_restrict_stbox()
| Temporal * tgeo_restrict_stbox |
( |
const Temporal * |
temp, |
|
|
const STBox * |
box, |
|
|
bool |
border_inc, |
|
|
bool |
atfunc |
|
) |
| |
Return a temporal geo restricted to (the complement of) a spatiotemporal box.
- Parameters
-
| [in] | temp | Temporal geo |
| [in] | box | Spatiotemporal box |
| [in] | border_inc | True when the box contains the upper border |
| [in] | atfunc | True if the restriction is at, false for minus |
- Note
- It is possible to mix 2D/3D geometries, the Z dimension is only considered if both the temporal geo and the box have Z dimension
|