MobilityDB 1.1

◆ tpointdiscseq_restrict_geometry()

TSequence * tpointdiscseq_restrict_geometry ( const TSequence seq,
const GSERIALIZED gs,
bool  atfunc 
)

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

Parameters
[in]seqTemporal discrete sequence point
[in]gsGeometry
[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()