![]() |
MobilityDB 1.3
|
Accessor functions for spatial sets. More...
Functions | |
GSERIALIZED * | geoset_end_value (const Set *s) |
Return a copy of the end value of a geo set. More... | |
GSERIALIZED * | geoset_start_value (const Set *s) |
Return a copy of the start value of a geo set. More... | |
bool | geoset_value_n (const Set *s, int n, GSERIALIZED **result) |
Return in the last argument a copy of the n-th value of a geo set. More... | |
GSERIALIZED ** | geoset_values (const Set *s) |
Return an array of copies of the values of a geo set. More... | |
Accessor functions for spatial sets.