|
MobilityDB 1.3
|
Functions for parsing spatiotemporal values. More...
#include "geo/tspatial_parser.h"#include <meos.h>#include <meos_internal.h>#include <meos_internal_geo.h>#include "temporal/type_parser.h"#include "temporal/type_util.h"#include "geo/tgeo_spatialfuncs.h"Functions | |
| 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) |
| Parse a SRID specification from the buffer. More... | |
| STBox * | stbox_parse (const char **str) |
| Parse a spatiotemporal box from the buffer. More... | |
| Temporal * | tgeogpoint_in (const char *str) |
| Return a temporal geography point from its Well-Known Text (WKT) representation. More... | |
| Temporal * | tgeography_in (const char *str) |
| Return a temporal geography from its Well-Known Text (WKT) representation. More... | |
| Temporal * | tgeometry_in (const char *str) |
| Return a temporal geometry from its Well-Known Text (WKT) representation. More... | |
| Temporal * | tgeompoint_in (const char *str) |
| Return a temporal geometry point from its Well-Known Text (WKT) representation. 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... | |
Functions for parsing spatiotemporal values.