![]() |
MobilityDB 1.3
|
Spatial functions for temporal rigid geometries. More...
#include <postgres.h>
#include <meos.h>
#include <meos_internal.h>
#include <meos_rgeo.h>
#include "rgeo/trgeo.h"
#include "rgeo/trgeo_spatialfuncs.h"
#include "pg_temporal/temporal.h"
#include "pg_geo/postgis.h"
Functions | |
Datum | Trgeometry_at_geom (PG_FUNCTION_ARGS) |
Return a temporal rigid geometry restricted to a geometry @sqlfn atGeometry() More... | |
Datum | Trgeometry_at_stbox (PG_FUNCTION_ARGS) |
Return a temporal rigid geometry restricted to a spatiotemporal box @sqlfn atStbox() More... | |
Datum | Trgeometry_minus_geom (PG_FUNCTION_ARGS) |
Return a temporal rigid geometry restricted to the complement of a geometry @sqlfn minusGeometry() More... | |
Datum | Trgeometry_minus_stbox (PG_FUNCTION_ARGS) |
Return a temporal rigid geometry restricted to the complement of a spatiotemporal box @sqlfn minusStbox() More... | |
static Datum | Trgeometry_restrict_geom (FunctionCallInfo fcinfo, bool atfunc) |
Return a temporal rigid geometry restricted to (the complement of) a geometry. More... | |
static Datum | Trgeometry_restrict_stbox (FunctionCallInfo fcinfo, bool atfunc) |
Return a temporal rigid geometry restricted to a spatiotemporal box. More... | |
Datum | Trgeometry_traversed_area (PG_FUNCTION_ARGS) |
Return a temporal rigid geometry restricted to a geometry @sqlfn atGeometry() More... | |
Spatial functions for temporal rigid geometries.