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

Accessor functions for temporal rigid geometries. More...

Functions

TInstanttrgeo_end_instant (const Temporal *temp)
 Return a copy of the end instant of a temporal rigid geometry. More...
 
TSequencetrgeo_end_sequence (const Temporal *temp)
 Return a copy of the end sequence of a temporal sequence (set) More...
 
GSERIALIZEDtrgeo_end_value (const Temporal *temp)
 Return a copy of the end base value of a temporal rigid geometry. More...
 
TInstanttrgeo_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...
 
TSequencetrgeo_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...
 
TInstanttrgeo_start_instant (const Temporal *temp)
 Return a copy of the start instant of a temporal rigid geometry. More...
 
TSequencetrgeo_start_sequence (const Temporal *temp)
 Return a copy of the start sequence of a temporal sequence (set) More...
 
GSERIALIZEDtrgeo_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...
 

Detailed Description

Accessor functions for temporal rigid geometries.