MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Constructor functions for temporal rigid geometries. More...

Functions

Datum Trgeometry_constructor (PG_FUNCTION_ARGS)
 Construct a temporal rigid geometry from a reference geometry and a temporal pose @sqlfn trgeometry() More...
 
Datum Trgeometry_inst_constructor (PG_FUNCTION_ARGS)
 Construct a temporal rigid geometry instant from a geometry, a pose, and a timestamptz @sqlfn trgeometryInst() More...
 
Datum Trgeometry_seq_constructor (PG_FUNCTION_ARGS)
 Construct a temporal rigid geometry sequence from an array of temporal instants @sqlfn trgeometrySeq() More...
 
Datum Trgeometry_seqset_constructor (PG_FUNCTION_ARGS)
 Construct a temporal rigid geometry sequence set from an array of temporal sequences @sqlfn trgeometrySeqSet() More...
 
Datum Trgeometry_seqset_constructor_gaps (PG_FUNCTION_ARGS)
 Construct a temporal rigid geometry sequence set from an array of temporal instants accounting for potential gaps. More...
 

Detailed Description

Constructor functions for temporal rigid geometries.