MobilityDB
1.0
|
#include <postgres.h>
#include <catalog/pg_type.h>
#include <fmgr.h>
Go to the source code of this file.
Functions | |
Datum | tcontains_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal contains relationship between the geometry and the temporal network point. More... | |
Datum | tdisjoint_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal disjoint relationship between the geometry and the temporal network point. More... | |
Datum | tdisjoint_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal disjoint relationship between the network point and the temporal network point. More... | |
Datum | tdisjoint_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns the temporal disjoint relationship between the temporal network point and the geometry. More... | |
Datum | tdisjoint_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns the temporal disjoint relationship between the temporal network point and the network point. More... | |
Datum | tintersects_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal intersects relationship between the geometry and the temporal network point. More... | |
Datum | tintersects_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal intersects relationship between the network point and the temporal network point. More... | |
Datum | tintersects_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns the temporal intersects relationship between the temporal network point and the geometry. More... | |
Datum | tintersects_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns the temporal intersects relationship between the temporal network point and the network point. More... | |
Datum | ttouches_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal touches relationship between the geometry and the temporal network point. More... | |
Datum | ttouches_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns the temporal touches relationship between the network point and the temporal network point. More... | |
Datum | ttouches_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns the temporal touches relationship between the temporal network point and the geometry. More... | |
Datum | ttouches_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns the temporal touches relationship between the temporal network point and the network point. More... | |
Datum | tdwithin_geo_tnpoint (PG_FUNCTION_ARGS) |
Returns a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More... | |
Datum | tdwithin_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More... | |
Datum | tdwithin_tnpoint_geo (PG_FUNCTION_ARGS) |
Returns a temporal Boolean that states whether the temporal network point and the geometry are within the given distance. More... | |
Datum | tdwithin_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns a temporal Boolean that states whether the temporal network point and the network point are within the given distance. More... | |