|
| int | edwithin_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, double dist) |
| | Return true if the temporal network points ever satisfy the spatial relationship. More...
|
| |
| Datum | espatialrel3_tnpoint_geom (const Temporal *temp, Datum geom, Datum param, Datum(*func)(Datum, Datum, Datum), bool invert) |
| | Generic spatial relationships for a temporal network point and a geometry. More...
|
| |
| Datum | espatialrel3_tnpoint_npoint (const Temporal *temp, const Npoint *np, Datum param, Datum(*func)(Datum, Datum, Datum), bool invert) |
| | Generic spatial relationships for a temporal network point and a geometry. More...
|
| |
| Datum | espatialrel_tnpoint_geo (const Temporal *temp, Datum geom, Datum(*func)(Datum, Datum), bool invert) |
| | Ever spatial relationships for temporal network points. More...
|
| |
| Datum | espatialrel_tnpoint_npoint (const Temporal *temp, const Npoint *np, Datum(*func)(Datum, Datum), bool invert) |
| | Generic spatial relationships for a temporal network point and a network point. More...
|
| |
| int | espatialrel_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, Datum(*func)(Datum, Datum)) |
| | Return true if the temporal network points ever satisfy the spatial relationship. More...
|
| |