|
MobilityDB 1.1
|


Go to the source code of this file.
Functions | |
| Temporal * | tcontains_geo_tnpoint (GSERIALIZED *geo, Temporal *temp, bool restr, bool atvalue) |
| Return the temporal contains relationship between the geometry and the temporal network point. More... | |
| Temporal * | tdwithin_geo_tnpoint (GSERIALIZED *gs, Temporal *temp, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More... | |
| Temporal * | tdwithin_npoint_tnpoint (Npoint *np, Temporal *temp, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More... | |
| Temporal * | tdwithin_tnpoint_geo (Temporal *temp, GSERIALIZED *geo, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More... | |
| Temporal * | tdwithin_tnpoint_npoint (Temporal *temp, Npoint *np, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More... | |
| Temporal * | tdwithin_tnpoint_tnpoint (Temporal *temp1, Temporal *temp2, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the temporal network points are within the given distance. More... | |
| Temporal * | tinterrel_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, bool tinter, bool restr, bool atvalue) |
| Return the temporal disjoint/intersection relationship between the temporal network point and the geometry. More... | |
| Temporal * | tinterrel_tnpoint_npoint (const Temporal *temp, const Npoint *np, bool tinter, bool restr, bool atvalue) |
| Temporal spatial relationships for temporal network points. More... | |
| Temporal * | ttouches_geo_tnpoint (const GSERIALIZED *geo, const Temporal *temp, bool restr, bool atvalue) |
| Return the temporal touches relationship between the temporal network point and the geometry. More... | |
| Temporal * | ttouches_npoint_tnpoint (const Npoint *np, const Temporal *temp, bool restr, bool atvalue) |
| Return the temporal touches relationship between the temporal network point and the network point. More... | |
| Temporal * | ttouches_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, bool restr, bool atvalue) |
| Return the temporal touches relationship between the temporal network point and the geometry. More... | |
| Temporal * | ttouches_tnpoint_npoint (const Temporal *temp, const Npoint *np, bool restr, bool atvalue) |
| Return the temporal touches relationship between the temporal network point and the network point. More... | |