MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tpose.c File Reference

General functions for temporal pose objects. More...

#include <postgres.h>
#include <utils/array.h>
#include <meos.h>
#include "temporal/set.h"
#include "geo/tspatial_parser.h"
#include "pose/pose.h"
#include "pg_geo/tspatial.h"

Functions

Datum Tpose_in (PG_FUNCTION_ARGS)
 Generic input function for temporal pose objects. More...
 
Datum Tpose_make (PG_FUNCTION_ARGS)
 Construct a temporal 2D pose from a temporal point and a temporal float @sqlfn tpose() More...
 
Datum Tpose_points (PG_FUNCTION_ARGS)
 Return the array of points of a temporal pose @sqlfn points() More...
 
Datum Tpose_rotation (PG_FUNCTION_ARGS)
 Return the rotation of a temporal 2D pose as a temporal float @sqlfn rotation() More...
 
Datum Tpose_to_tgeompoint (PG_FUNCTION_ARGS)
 Convert a temporal pose into a temporal geometry point @sqlfn tgeompoint() More...
 
Datum Tpose_typmod_in (PG_FUNCTION_ARGS)
 Input typmod information for temporal poses. More...
 

Detailed Description

General functions for temporal pose objects.