MobilityDB 1.1
|
Spatial relationship functions for temporal point types. More...
Functions | |
PGDLLEXPORT Datum | Econtains_geo_tnpoint (PG_FUNCTION_ARGS) |
Return true if the geometry contains the trajectory of the temporal network point. More... | |
PGDLLEXPORT Datum | Econtains_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry ever contains a temporal point. More... | |
PGDLLEXPORT Datum | Edisjoint_geo_tnpoint (PG_FUNCTION_ARGS) |
Return true if the geometry and the trajectory of the temporal network point are disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point are ever disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the network point and the trajectory of the temporal network point are disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_tnpoint_geo (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the geometry are disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the network point are disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the temporal points are ever disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal point and a geometry are ever disjoint. More... | |
PGDLLEXPORT Datum | Edisjoint_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return true if the temporal points are ever disjoint. More... | |
PGDLLEXPORT Datum | Edwithin_geo_tnpoint (PG_FUNCTION_ARGS) |
Return true if the geometry and the trajectory of the temporal network point are within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point are ever within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the network point and the trajectory of the temporal network point are within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_tnpoint_geo (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the geometry are within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the network point are within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the trajectories of the temporal network points are within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal point and a geometry are ever within the given distance. More... | |
PGDLLEXPORT Datum | Edwithin_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return true if the temporal points are even within the given distance. More... | |
PGDLLEXPORT Datum | Eintersects_geo_tnpoint (PG_FUNCTION_ARGS) |
Return true if the geometry and the trajectory of the temporal network point intersect. More... | |
PGDLLEXPORT Datum | Eintersects_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point ever intersect. More... | |
PGDLLEXPORT Datum | Eintersects_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the network point and the trajectory of the temporal network point intersect. More... | |
PGDLLEXPORT Datum | Eintersects_tnpoint_geo (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the geometry intersect. More... | |
PGDLLEXPORT Datum | Eintersects_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the network point intersect. More... | |
PGDLLEXPORT Datum | Eintersects_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the temporal points are ever disjoint. More... | |
PGDLLEXPORT Datum | Eintersects_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal point and a geometry ever intersect. More... | |
PGDLLEXPORT Datum | Eintersects_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return true if the temporal points ever intersect. More... | |
PGDLLEXPORT Datum | Etouches_geo_tnpoint (PG_FUNCTION_ARGS) |
Return true if the geometry and the trajectory of the temporal network point touch. More... | |
PGDLLEXPORT Datum | Etouches_geo_tpoint (PG_FUNCTION_ARGS) |
Return true if a geometry and a temporal point ever touch. More... | |
PGDLLEXPORT Datum | Etouches_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the network point and the trajectory of the temporal network point touch. More... | |
PGDLLEXPORT Datum | Etouches_tnpoint_geo (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the geometry touch. More... | |
PGDLLEXPORT Datum | Etouches_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return true if the trajectory of the temporal network point and the network point touch. More... | |
PGDLLEXPORT Datum | Etouches_tpoint_geo (PG_FUNCTION_ARGS) |
Return true if a temporal point and a geometry ever touch. More... | |
PGDLLEXPORT Datum | Tcontains_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal contains relationship between the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | Tcontains_geo_tpoint (PG_FUNCTION_ARGS) |
Return the temporal contains relationship between a geometry and a temporal point. More... | |
PGDLLEXPORT Datum | Tdisjoint_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal disjoint relationship between the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | Tdisjoint_geo_tpoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | Tdisjoint_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal disjoint relationship between the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | Tdisjoint_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal disjoint relationship between the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | Tdisjoint_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the temporal disjoint relationship between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | Tdisjoint_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | Tdwithin_geo_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_geo_tpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a geometry and a temporal point are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_tnpoint_geo (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the temporal network point and the geometry are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the temporal network point and the network point are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the temporal network points are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_tpoint_geo (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal point and a geometry are within the given distance. More... | |
PGDLLEXPORT Datum | Tdwithin_tpoint_tpoint (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether the temporal points are within the given distance. More... | |
PGDLLEXPORT Datum | Tintersects_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | Tintersects_geo_tpoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | Tintersects_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | Tintersects_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | Tintersects_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | Tintersects_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. More... | |
PGDLLEXPORT Datum | Ttouches_geo_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between the geometry and the temporal network point. More... | |
PGDLLEXPORT Datum | Ttouches_geo_tpoint (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between a geometry and a temporal point. More... | |
PGDLLEXPORT Datum | Ttouches_npoint_tnpoint (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between the network point and the temporal network point. More... | |
PGDLLEXPORT Datum | Ttouches_tnpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between the temporal network point and the geometry. More... | |
PGDLLEXPORT Datum | Ttouches_tnpoint_npoint (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between the temporal network point and the network point. More... | |
PGDLLEXPORT Datum | Ttouches_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between a temporal point and a geometry. More... | |
Spatial relationship functions for temporal point types.