![]() |
MobilityDB 1.3
|
Restriction functions for temporal network points. More...
Functions | |
Temporal * | tnpoint_restrict_geom (const Temporal *temp, const GSERIALIZED *gs, bool atfunc) |
Return a temporal network point restricted to (the complement of) a geometry. More... | |
Temporal * | tnpoint_restrict_npoint (const Temporal *temp, const Npoint *np, bool atfunc) |
Restrict a temporal network point to (the complement of) a network point. More... | |
Temporal * | tnpoint_restrict_npointset (const Temporal *temp, const Set *s, bool atfunc) |
Restrict a temporal network point to (the complement of) a set of network points. More... | |
Temporal * | tnpoint_restrict_stbox (const Temporal *temp, const STBox *box, bool border_inc, bool atfunc) |
Return a temporal network point restricted to (the complement of) a spatiotemporal box. More... | |
Restriction functions for temporal network points.