MobilityDB 1.1

◆ espatialrel_tnpoint_geo()

Datum espatialrel_tnpoint_geo ( const Temporal temp,
Datum  geom,
Datum(*)(Datum, Datum func,
bool  invert 
)

Ever spatial relationships for temporal network points.

Spatial relationships for temporal network points.

These relationships compute the ever spatial relationship between the arguments and return a Boolean. These functions may be used for filtering purposes before applying the corresponding temporal spatial relationship.

The following relationships are supported: contains, disjoint, intersects, touches, and dwithin

Generic spatial relationships for a temporal network point and a geometry

Parameters
[in]tempTemporal network point
[in]geomGeometry
[in]funcPostGIS function to be called
[in]invertTrue if the arguments should be inverted