34#ifndef __TPOINT_PARSER_H__
35#define __TPOINT_PARSER_H__
40#include "general/temporal.h"
int tpoint_srid(const Temporal *temp)
Return the SRID of a temporal point.
Definition: tpoint_spatialfuncs.c:1843
meosType
Enumeration that defines the built-in and temporal types used in MobilityDB.
Definition: meos_catalog.h:53
STBox * stbox_parse(const char **str)
Functions for parsing temporal points.
Definition: tpoint_parser.c:48
TSequence * tpointseq_parse(const char **str, meosType temptype, interpType interp, bool end, bool make, int *tpoint_srid)
Parse a temporal sequence point from the buffer.
Definition: tpoint_parser.c:303
Temporal * tpoint_parse(const char **str, meosType temptype)
Parse a temporal point value from the buffer.
Definition: tpoint_parser.c:397
interpType
Enumeration that defines the interpolation types used in MobilityDB.
Definition: meos.h:124
Structure to represent spatiotemporal boxes.
Definition: meos.h:107
Structure to represent temporal values of instant set or sequence subtype.
Definition: meos.h:165
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:136