|
MobilityDB 1.3
|
Spatial functions for temporal poses. More...
#include <postgres.h>#include <meos.h>#include <meos_internal.h>#include <meos_pose.h>#include "geo/stbox.h"#include "pose/pose.h"#include "pose/tpose_spatialfuncs.h"#include "pg_temporal/temporal.h"#include "pg_geo/postgis.h"Functions | |
| Datum | Tpose_at_geom (PG_FUNCTION_ARGS) |
| Return a temporal pose restricted to a geometry @sqlfn atGeometry() More... | |
| Datum | Tpose_at_stbox (PG_FUNCTION_ARGS) |
| Return a temporal pose restricted to a spatiotemporal box @sqlfn atStbox() More... | |
| Datum | Tpose_minus_geom (PG_FUNCTION_ARGS) |
| Return a temporal pose restricted to the complement of a geometry @sqlfn minusGeometry() More... | |
| Datum | Tpose_minus_stbox (PG_FUNCTION_ARGS) |
| Return a temporal pose restricted to the complement of a spatiotemporal box @sqlfn minusStbox() More... | |
| static Datum | Tpose_restrict_geom (FunctionCallInfo fcinfo, bool atfunc) |
| Return a temporal pose restricted to (the complement of) a geometry. More... | |
| static Datum | Tpose_restrict_stbox (FunctionCallInfo fcinfo, bool atfunc) |
| Return a temporal pose restricted to a spatiotemporal box. More... | |
| Datum | Tpose_trajectory (PG_FUNCTION_ARGS) |
| Return the trajectory of a temporal pose @sqlfn atGeometry() More... | |
Spatial functions for temporal poses.