MobilityDB 1.1
Functions
tpoint_parser.c File Reference
#include "point/tpoint_parser.h"
#include <meos.h>
#include <meos_internal.h>
#include "general/type_parser.h"
#include "point/tpoint_spatialfuncs.h"
Include dependency graph for tpoint_parser.c:

Functions

STBoxstbox_parse (const char **str)
 Functions for parsing temporal points. More...
 
Temporaltpoint_parse (const char **str, meosType temptype)
 Parse a temporal point value from the buffer. More...
 
TSequencetpointdiscseq_parse (const char **str, meosType temptype, int *tpoint_srid)
 Parse a temporal discrete sequence point from the buffer. More...
 
TInstanttpointinst_parse (const char **str, meosType temptype, bool end, bool make, int *tpoint_srid)
 Parse a temporal instant point from the buffer. More...
 
TSequencetpointseq_parse (const char **str, meosType temptype, interpType interp, bool end, bool make, int *tpoint_srid)
 Parse a temporal sequence point from the buffer. More...
 
TSequenceSettpointseqset_parse (const char **str, meosType temptype, interpType interp, int *tpoint_srid)
 Parse a temporal sequence set point from the buffer. More...