MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Input and output functions for temporal geometries. More...

Functions

char ** spatialarr_as_ewkt (const Datum *spatialarr, meosType elemtype, int count, int maxdd)
 Return the Extended Well-Known Text (EWKT) representation of an array of spatial values. More...
 
char ** spatialarr_as_text (const Datum *spatialarr, meosType elemtype, int count, int maxdd)
 Return the Well-Known Text (WKT) representation of an array of spatial values. More...
 
char ** spatialarr_wkt_out (const Datum *spatialarr, meosType elemtype, int count, int maxdd, bool extended)
 Return the (Extended) Well-Known Text (WKT or EWKT) representation of an array of spatial values. More...
 
TInstanttgeogpointinst_from_mfjson (json_object *mfjson, int32_t srid)
 Return a temporal geography point instant from its MF-JSON representation. More...
 
TInstanttgeogpointinst_in (const char *str)
 Return a temporal instant geography point from its Well-Known Text (WKT) representation. More...
 
TSequencetgeogpointseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geography point sequence from its MF-JSON representation. More...
 
TSequencetgeogpointseq_in (const char *str, interpType interp UNUSED)
 Return a temporal geography point sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettgeogpointseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geography point sequence set from its MF-JSON representation. More...
 
TSequenceSettgeogpointseqset_in (const char *str)
 Return a temporal geography point sequence set from its Well-Known Text (WKT) representation. More...
 
TInstanttgeographyinst_from_mfjson (json_object *mfjson, int32_t srid)
 Return a temporal geography instant from its MF-JSON representation. More...
 
TInstanttgeographyinst_in (const char *str)
 Return a temporal geography instant from its Well-Known Text (WKT) representation. More...
 
TSequencetgeographyseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geography sequence from its MF-JSON representation. More...
 
TSequencetgeographyseq_in (const char *str, interpType interp UNUSED)
 Return a temporal geography sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettgeographyseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geography sequence set from its MF-JSON representation. More...
 
TSequenceSettgeographyseqset_in (const char *str)
 Return a temporal geography sequence set from its Well-Known Text (WKT) representation. More...
 
TInstanttgeometryinst_from_mfjson (json_object *mfjson, int32_t srid)
 Return a temporal geometry instant from its MF-JSON representation. More...
 
TInstanttgeometryinst_in (const char *str)
 Return a temporal geometry instant from its Well-Known Text (WKT) representation. More...
 
TSequencetgeometryseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geometry sequence from its MF-JSON representation. More...
 
TSequencetgeometryseq_in (const char *str, interpType interp UNUSED)
 Return a temporal geometry sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettgeometryseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geometry sequence set from its MF-JSON representation. More...
 
TSequenceSettgeometryseqset_in (const char *str)
 Return a temporal geometry sequence set from its Well-Known Text (WKT) representation. More...
 
TInstanttgeompointinst_from_mfjson (json_object *mfjson, int32_t srid)
 Return a temporal geometry point instant from its MF-JSON representation. More...
 
TInstanttgeompointinst_in (const char *str)
 Return a temporal geometry point instant from its Well-Known Text (WKT) representation. More...
 
TSequencetgeompointseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geometry point sequence from its MF-JSON representation. More...
 
TSequencetgeompointseq_in (const char *str, interpType interp UNUSED)
 Return a temporal geometry point sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettgeompointseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp)
 Return a temporal geometry point sequence set from its MF-JSON representation. More...
 
TSequenceSettgeompointseqset_in (const char *str)
 Return a temporal geometry point sequence set from its Well-Known Text (WKT) representation. More...
 
char * tspatialinst_as_text (const TInstant *inst, int maxdd)
 Return the Well-Known Text (WKT) representation of a spatiotemporal instant. More...
 
char * tspatialseq_as_text (const TSequence *seq, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal spatial sequence. More...
 
char * tspatialseqset_as_text (const TSequenceSet *ss, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal spatial sequence set. More...
 

Detailed Description

Input and output functions for temporal geometries.