MobilityDB 1.1
Functions
tnpoint_tempspatialrels.c File Reference
#include "npoint/tnpoint_tempspatialrels.h"
#include <meos.h>
#include "point/tpoint_tempspatialrels.h"
#include "pg_general/temporal.h"
#include "pg_npoint/tnpoint.h"
Include dependency graph for tnpoint_tempspatialrels.c:

Functions

PGDLLEXPORT Datum Tcontains_geo_tnpoint (PG_FUNCTION_ARGS)
 Return the temporal contains relationship between the geometry and the temporal network 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_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 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_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...
 
static Datum tinterrel_geo_tnpoint_ext (FunctionCallInfo fcinfo, bool tinter)
 Return the temporal disjoint/intersection relationship between the geometry and the temporal network point. More...
 
static Datum tinterrel_npoint_tnpoint_ext (FunctionCallInfo fcinfo, bool tinter)
 Return the temporal disjoint/intersection relationship between the network point and the temporal network point. More...
 
static Datum tinterrel_tnpoint_geo_ext (FunctionCallInfo fcinfo, bool tinter)
 Return the temporal disjoint/intersection relationship between the temporal network point and the geometry. More...
 
static Datum tinterrel_tnpoint_npoint_ext (FunctionCallInfo fcinfo, bool tinter)
 Temporal spatial relationships for temporal network points. 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_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 Ttouches_geo_tnpoint (PG_FUNCTION_ARGS)
 Return the temporal touches relationship between the geometry and the temporal network 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...