MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tspatial_parser.h File Reference
#include <postgres.h>
#include <meos.h>
#include <meos_geo.h>
#include "temporal/meos_catalog.h"

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...
 
STBoxstbox_parse (const char **str)
 Parse a spatiotemporal box from the buffer. More...
 
Temporaltpoint_parse (const char **str, meosType temptype)
 Parse a temporal point value from the buffer. More...
 
Temporaltspatial_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...
 
TSequencetspatialseq_disc_parse (const char **str, meosType temptype, int *temp_srid)
 Parse a temporal discrete sequence spatial value from the buffer. More...
 
TSequenceSettspatialseqset_parse (const char **str, meosType temptype, interpType interp, int *temp_srid)
 Parse a temporal sequence set spatial value from the input buffer. More...