MobilityDB 1.1

◆ tpointseqset_restrict_geometry()

TSequenceSet * tpointseqset_restrict_geometry ( const TSequenceSet ss,
const GSERIALIZED gs,
const STBox box,
bool  atfunc 
)

Restrict a temporal point sequence set to (the complement of) a geometry.

Parameters
[in]ssTemporal sequence set point
[in]gsGeometry
[in]boxBounding box of the geometry
[in]atfuncTrue if the restriction is at, false for minus
Precondition
The arguments are of the same dimensionality, have the same SRID, and the geometry is not empty. This is verified in tpoint_restrict_geometry
SQL Function:
atGeometry(), minusGeometry()