![]() |
MobilityDB 1.3
|
Restriction functions for temporal network points. More...
Functions | |
Temporal * | tnpoint_at_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal network point restricted to a geometry. More... | |
Temporal * | tnpoint_at_npoint (const Temporal *temp, const Npoint *np) |
Restrict a temporal network point to a network point. More... | |
Temporal * | tnpoint_at_npointset (const Temporal *temp, const Set *s) |
Restrict a temporal network point to a set of network points. More... | |
Temporal * | tnpoint_at_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal network point restricted to a geometry. More... | |
Temporal * | tnpoint_minus_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal point restricted to (the complement of) a geometry. More... | |
Temporal * | tnpoint_minus_npoint (const Temporal *temp, const Npoint *np) |
Restrict a temporal network point to the complement of a network point. More... | |
Temporal * | tnpoint_minus_npointset (const Temporal *temp, const Set *s) |
Restrict a temporal network point to the complement of a set of network points. More... | |
Temporal * | tnpoint_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal point restricted to (the complement of) a geometry. More... | |
Restriction functions for temporal network points.