![]() |
MobilityDB 1.3
|
Accessor functions for temporal rigid geometries. More...
Functions | |
TInstant * | trgeo_end_instant (const Temporal *temp) |
Return a copy of the end instant of a temporal rigid geometry. More... | |
TSequence * | trgeo_end_sequence (const Temporal *temp) |
Return a copy of the end sequence of a temporal sequence (set) More... | |
GSERIALIZED * | trgeo_end_value (const Temporal *temp) |
Return a copy of the end base value of a temporal rigid geometry. More... | |
TInstant * | trgeo_instant_n (const Temporal *temp, int n) |
Return a copy of the n-th instant of a temporal rigid geometry. More... | |
TInstant ** | trgeo_instants (const Temporal *temp, int *count) |
Return a copy of the distinct instants of a temporal rigid geometry. More... | |
TSequence * | trgeo_sequence_n (const Temporal *temp, int n) |
Return a copy of the n-th sequence of a temporal sequence (set) More... | |
TSequence ** | trgeo_sequences (const Temporal *temp, int *count) |
Return an array of copies of the sequences of a temporal sequence (set) More... | |
TInstant * | trgeo_start_instant (const Temporal *temp) |
Return a copy of the start instant of a temporal rigid geometry. More... | |
TSequence * | trgeo_start_sequence (const Temporal *temp) |
Return a copy of the start sequence of a temporal sequence (set) More... | |
GSERIALIZED * | trgeo_start_value (const Temporal *temp) |
Return a copy of the start value of a temporal rigid geometry. More... | |
bool | trgeo_value_n (const Temporal *temp, int n, GSERIALIZED **result) |
Return in the last argument a copy of the n-th value of a temporal value. More... | |
Accessor functions for temporal rigid geometries.