MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
trgeo_parser.c File Reference

Functions for parsing temporal rigid geometries. More...

#include "rgeo/trgeo_parser.h"
#include <meos.h>
#include <meos_rgeo.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"
#include "geo/tspatial_parser.h"
#include "rgeo/trgeo_all.h"

Functions

Temporaltrgeo_parse (const char **str, meosType temptype)
 Parse a temporal rigid geometry from the buffer. More...
 
GSERIALIZEDtrgeo_parse_geom (const char **str, int32_t temp_srid)
 Parse the reference geometry of a temporal rigid geometry. More...
 
bool trgeoinst_parse (const char **str, meosType temptype, bool end, int *temp_srid, const GSERIALIZED *geom, TInstant **result)
 Parse a temporal rigid geometry instant from the input buffer. More...
 
bool trgeoseq_cont_parse (const char **str, meosType temptype, interpType interp, bool end, int *temp_srid, const GSERIALIZED *geom, TSequence **result)
 Parse a temporal sequence spatial value from the input buffer. More...
 
TSequencetrgeoseq_disc_parse (const char **str, meosType temptype, int *temp_srid, GSERIALIZED *geom)
 Parse a temporal discrete sequence spatial value from the buffer. More...
 
TSequenceSettrgeoseqset_parse (const char **str, meosType temptype, interpType interp, int *temp_srid, const GSERIALIZED *geom)
 Parse a temporal sequence set spatial value from the input buffer. More...
 

Detailed Description

Functions for parsing temporal rigid geometries.