MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Restriction functions for temporal network points. More...

Functions

Temporaltnpoint_at_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal network point restricted to a geometry. More...
 
Temporaltnpoint_at_npoint (const Temporal *temp, const Npoint *np)
 Restrict a temporal network point to a network point. More...
 
Temporaltnpoint_at_npointset (const Temporal *temp, const Set *s)
 Restrict a temporal network point to a set of network points. More...
 
Temporaltnpoint_at_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal network point restricted to a geometry. More...
 
Temporaltnpoint_minus_geom (const Temporal *temp, const GSERIALIZED *gs)
 Return a temporal point restricted to (the complement of) a geometry. More...
 
Temporaltnpoint_minus_npoint (const Temporal *temp, const Npoint *np)
 Restrict a temporal network point to the complement of a network point. More...
 
Temporaltnpoint_minus_npointset (const Temporal *temp, const Set *s)
 Restrict a temporal network point to the complement of a set of network points. More...
 
Temporaltnpoint_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc)
 Return a temporal point restricted to (the complement of) a geometry. More...
 

Detailed Description

Restriction functions for temporal network points.