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

Constructor functions for temporal geometries. More...

Functions

Temporaltgeo_from_base_temp (const GSERIALIZED *gs, const Temporal *temp)
 Return a temporal geo from a geometry/geography and the time frame of another temporal value. More...
 
TInstanttgeoinst_make (const GSERIALIZED *gs, TimestampTz t)
 Return a temporal instant geo from a geometry and a timestamptz. More...
 
TSequencetgeoseq_from_base_tstzset (const GSERIALIZED *gs, const Set *s)
 Return a temporal geo discrete sequence from a geometry/geography and a timestamptz set. More...
 
TSequencetgeoseq_from_base_tstzspan (const GSERIALIZED *gs, const Span *s, interpType interp)
 Return a temporal geo sequence from a geometry/geography and a timestamptz span. More...
 
TSequenceSettgeoseqset_from_base_tstzspanset (const GSERIALIZED *gs, const SpanSet *ss, interpType interp)
 Return a temporal geo sequence set from a point and a timestamptz span set. More...
 
Temporaltpoint_from_base_temp (const GSERIALIZED *gs, const Temporal *temp)
 Return a temporal point from a point and the time frame of another temporal value. More...
 
TInstanttpointinst_make (const GSERIALIZED *gs, TimestampTz t)
 Return a temporal point instant from a point and a timestamptz. More...
 
TSequencetpointseq_from_base_tstzset (const GSERIALIZED *gs, const Set *s)
 Return a temporal geometry point discrete sequence from a point and a timestamptz set. More...
 
TSequencetpointseq_from_base_tstzspan (const GSERIALIZED *gs, const Span *s, interpType interp)
 Return a temporal point sequence from a point and a timestamptz span. More...
 
TSequencetpointseq_make_coords (const double *xcoords, const double *ycoords, const double *zcoords, const TimestampTz *times, int count, int32 srid, bool geodetic, bool lower_inc, bool upper_inc, interpType interp, bool normalize)
 Return a temporal sequence from arrays of coordinates, one per dimension, and timestamps. More...
 
TSequenceSettpointseqset_from_base_tstzspanset (const GSERIALIZED *gs, const SpanSet *ss, interpType interp)
 Return a temporal point sequence set from a point and a timestamptz span set. More...
 

Detailed Description

Constructor functions for temporal geometries.