![]() |
MobilityDB 1.3
|
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... | |
TInstant * | tgeogpointinst_from_mfjson (json_object *mfjson, int32_t srid) |
Return a temporal geography point instant from its MF-JSON representation. More... | |
TInstant * | tgeogpointinst_in (const char *str) |
Return a temporal instant geography point from its Well-Known Text (WKT) representation. More... | |
TSequence * | tgeogpointseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geography point sequence from its MF-JSON representation. More... | |
TSequence * | tgeogpointseq_in (const char *str, interpType interp UNUSED) |
Return a temporal geography point sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tgeogpointseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geography point sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tgeogpointseqset_in (const char *str) |
Return a temporal geography point sequence set from its Well-Known Text (WKT) representation. More... | |
TInstant * | tgeographyinst_from_mfjson (json_object *mfjson, int32_t srid) |
Return a temporal geography instant from its MF-JSON representation. More... | |
TInstant * | tgeographyinst_in (const char *str) |
Return a temporal geography instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tgeographyseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geography sequence from its MF-JSON representation. More... | |
TSequence * | tgeographyseq_in (const char *str, interpType interp UNUSED) |
Return a temporal geography sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tgeographyseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geography sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tgeographyseqset_in (const char *str) |
Return a temporal geography sequence set from its Well-Known Text (WKT) representation. More... | |
TInstant * | tgeometryinst_from_mfjson (json_object *mfjson, int32_t srid) |
Return a temporal geometry instant from its MF-JSON representation. More... | |
TInstant * | tgeometryinst_in (const char *str) |
Return a temporal geometry instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tgeometryseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geometry sequence from its MF-JSON representation. More... | |
TSequence * | tgeometryseq_in (const char *str, interpType interp UNUSED) |
Return a temporal geometry sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tgeometryseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geometry sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tgeometryseqset_in (const char *str) |
Return a temporal geometry sequence set from its Well-Known Text (WKT) representation. More... | |
TInstant * | tgeompointinst_from_mfjson (json_object *mfjson, int32_t srid) |
Return a temporal geometry point instant from its MF-JSON representation. More... | |
TInstant * | tgeompointinst_in (const char *str) |
Return a temporal geometry point instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tgeompointseq_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geometry point sequence from its MF-JSON representation. More... | |
TSequence * | tgeompointseq_in (const char *str, interpType interp UNUSED) |
Return a temporal geometry point sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tgeompointseqset_from_mfjson (json_object *mfjson, int32_t srid, interpType interp) |
Return a temporal geometry point sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tgeompointseqset_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... | |
Input and output functions for temporal geometries.