MobilityDB
1.0
|
Spatial relationships for temporal network points. More...
#include <postgres.h>
#include <catalog/pg_type.h>
#include <fmgr.h>
Go to the source code of this file.
Functions | |
Datum | contains_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the geometry contains the trajectory of the temporal network point. More... | |
Datum | disjoint_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the geometry and the trajectory of the temporal network point are disjoint. More... | |
Datum | disjoint_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point and the trajectory of the temporal network point are disjoint. More... | |
Datum | disjoint_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the geometry are disjoint. More... | |
Datum | disjoint_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the network point are disjoint. More... | |
Datum | intersects_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the geometry and the trajectory of the temporal network point intersect. More... | |
Datum | intersects_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point and the trajectory of the temporal network point intersect. More... | |
Datum | intersects_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the geometry intersect. More... | |
Datum | intersects_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the network point intersect. More... | |
Datum | touches_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the geometry and the trajectory of the temporal network point touch. More... | |
Datum | touches_npoint_tnpoint (PG_FUNCTION_ARGS) |
Datum | touches_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the geometry touch. More... | |
Datum | touches_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the network point touch. More... | |
Datum | dwithin_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the geometry and the trajectory of the temporal network point are within the given distance. More... | |
Datum | dwithin_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point and the trajectory of the temporal network point are within the given distance. More... | |
Datum | dwithin_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the geometry are within the given distance. More... | |
Datum | dwithin_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the trajectory of the temporal network point and the network point are within the given distance. More... | |
Datum | dwithin_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the trajectories of the temporal network points are within the given distance. More... | |
Spatial relationships for temporal network points.