![]() |
MobilityDB 1.3
|
Go to the source code of this file.
Functions | |
bool | geo_parse (const char **str, meosType basetype, char delim, int *srid, GSERIALIZED **result) |
bool | spatial_parse_elem (const char **str, meosType temptype, char delim, int *temp_srid, Datum *result) |
Parse a spatial base value from the input buffer. More... | |
bool | srid_parse (const char **str, int *srid) |
Functions for parsing temporal points. More... | |
STBox * | stbox_parse (const char **str) |
Parse a spatiotemporal box from the buffer. More... | |
Temporal * | tpoint_parse (const char **str, meosType temptype) |
Parse a temporal point value from the buffer. More... | |
Temporal * | tspatial_parse (const char **str, meosType temptype) |
Parse a spatiotemporal value from the input buffer. More... | |
bool | tspatialinst_parse (const char **str, meosType temptype, bool end, int *temp_srid, TInstant **result) |
Parse a spatiotemporal instant from the input buffer. More... | |
bool | tspatialseq_cont_parse (const char **str, meosType temptype, interpType interp, bool end, int *temp_srid, TSequence **result) |
Parse a temporal sequence spatial value from the input buffer. More... | |
TSequence * | tspatialseq_disc_parse (const char **str, meosType temptype, int *temp_srid) |
Parse a temporal discrete sequence spatial value from the buffer. More... | |
TSequenceSet * | tspatialseqset_parse (const char **str, meosType temptype, interpType interp, int *temp_srid) |
Parse a temporal sequence set spatial value from the input buffer. More... | |