MobilityDB 1.1
|
#include "point/tpoint_tempspatialrels.h"
#include <assert.h>
#include <math.h>
#include <utils/timestamp.h>
#include <liblwgeom.h>
#include <meos.h>
#include "general/lifting.h"
#include "general/temporaltypes.h"
#include "general/tbool_boolops.h"
#include "general/type_util.h"
#include "point/pgis_call.h"
#include "point/tpoint_spatialfuncs.h"
#include "point/tpoint_spatialrels.h"
#include "pg_point/postgis.h"
#include "pg_point/tpoint_spatialfuncs.h"
Functions | |
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_tpoint (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. 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_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_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... | |
static Datum | tinterrel_geo_tpoint_ext (FunctionCallInfo fcinfo, bool tinter) |
Temporal spatial relationships for temporal points. More... | |
static Datum | tinterrel_tpoint_geo_ext (FunctionCallInfo fcinfo, bool tinter) |
Return the temporal disjoint/intersection relationship between a geometry and a temporal 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_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal intersects relationship between a temporal point and a geometry. 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_tpoint_geo (PG_FUNCTION_ARGS) |
Return the temporal touches relationship between a temporal point and a geometry. More... | |