|
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... | |
| TInstant * | tspatialinst_parse (const char **str, MeosType temptype, bool end, int *temp_srid) |
| Parse a spatiotemporal instant from the input buffer. More... | |
| TSequence * | tspatialseq_cont_parse (const char **str, MeosType temptype, interpType interp, bool end, int *temp_srid) |
| 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... | |