![]() |
MobilityDB 1.3
|
Constructor functions for temporal geometries. More...
Functions | |
Temporal * | tgeo_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... | |
TInstant * | tgeoinst_make (const GSERIALIZED *gs, TimestampTz t) |
Return a temporal instant geo from a geometry and a timestamptz. More... | |
TSequence * | tgeoseq_from_base_tstzset (const GSERIALIZED *gs, const Set *s) |
Return a temporal geo discrete sequence from a geometry/geography and a timestamptz set. More... | |
TSequence * | tgeoseq_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... | |
TSequenceSet * | tgeoseqset_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... | |
Temporal * | tpoint_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... | |
TInstant * | tpointinst_make (const GSERIALIZED *gs, TimestampTz t) |
Return a temporal point instant from a point and a timestamptz. More... | |
TSequence * | tpointseq_from_base_tstzset (const GSERIALIZED *gs, const Set *s) |
Return a temporal geometry point discrete sequence from a point and a timestamptz set. More... | |
TSequence * | tpointseq_from_base_tstzspan (const GSERIALIZED *gs, const Span *s, interpType interp) |
Return a temporal point sequence from a point and a timestamptz span. More... | |
TSequenceSet * | tpointseqset_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... | |
Constructor functions for temporal geometries.