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

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

Functions

TInstanttboolinst_from_mfjson (json_object *mfjson)
 Return a temporal boolean instant from its MF-JSON representation. More...
 
TInstanttboolinst_in (const char *str)
 Return a temporal boolean instant from its Well-Known Text (WKT) representation. More...
 
TSequencetboolseq_from_mfjson (json_object *mfjson)
 Return a temporal boolean sequence from its MF-JSON representation. More...
 
TSequencetboolseq_in (const char *str, interpType interp)
 Return a temporal boolean sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettboolseqset_from_mfjson (json_object *mfjson)
 Return a temporal boolean sequence set from its MF-JSON representation. More...
 
TSequenceSettboolseqset_in (const char *str)
 Return a temporal boolean sequence set from its Well-Known Text (WKT) representation. More...
 
char ** temparr_out (const Temporal **temparr, int count, int maxdd)
 Return the Well-Known Text (WKT) representation of an array of temporal values. More...
 
Temporaltemporal_from_mfjson (const char *mfjson, meosType temptype)
 Return a temporal object from its MF-JSON representation. More...
 
Temporaltemporal_in (const char *str, meosType temptype)
 Return a temporal value from its Well-Known Text (WKT) representation. More...
 
char * temporal_out (const Temporal *temp, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal value. More...
 
TInstanttfloatinst_from_mfjson (json_object *mfjson)
 Return a temporal float instant from its MF-JSON representation. More...
 
TInstanttfloatinst_in (const char *str)
 Return a temporal float instant from its Well-Known Text (WKT) representation. More...
 
TSequencetfloatseq_from_mfjson (json_object *mfjson, interpType interp)
 Return a temporal float sequence from its MF-JSON representation. More...
 
TSequencetfloatseq_in (const char *str, interpType interp)
 Return a temporal float sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettfloatseqset_from_mfjson (json_object *mfjson, interpType interp)
 Return a temporal float sequence set from its MF-JSON representation. More...
 
TSequenceSettfloatseqset_in (const char *str)
 Return a temporal float sequence set from its Well-Known Text (WKT) representation. More...
 
TInstanttinstant_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype)
 Return a temporal instant from its MF-JSON representation. More...
 
TInstanttinstant_in (const char *str, meosType temptype)
 Return a temporal instant from its Well-Known Text (WKT) representation. More...
 
char * tinstant_out (const TInstant *inst, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal instant. More...
 
TInstanttintinst_from_mfjson (json_object *mfjson)
 Return a temporal integer instant from its MF-JSON representation. More...
 
TInstanttintinst_in (const char *str)
 Return a temporal integer instant from its Well-Known Text (WKT) representation. More...
 
TSequencetintseq_from_mfjson (json_object *mfjson)
 Return a temporal integer sequence from its MF-JSON representation. More...
 
TSequencetintseq_in (const char *str, interpType interp)
 Return a temporal integer sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSettintseqset_from_mfjson (json_object *mfjson)
 Return a temporal integer sequence set from its MF-JSON representation. More...
 
TSequenceSettintseqset_in (const char *str)
 Return a temporal integer sequence set from its Well-Known Text (WKT) representation. More...
 
TSequencetsequence_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype, interpType interp)
 Return a temporal sequence from its MF-JSON representation. More...
 
TSequencetsequence_in (const char *str, meosType temptype, interpType interp)
 Return a temporal sequence from its Well-Known Text (WKT) representation. More...
 
char * tsequence_out (const TSequence *seq, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal sequence. More...
 
TSequenceSettsequenceset_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype, interpType interp)
 Return a temporal sequence set from its MF-JSON representation. More...
 
TSequenceSettsequenceset_in (const char *str, meosType temptype, interpType interp)
 Return a temporal sequence set from its Well-Known Text (WKT) representation. More...
 
char * tsequenceset_out (const TSequenceSet *ss, int maxdd)
 Return the Well-Known Text (WKT) representation of a temporal sequence set. More...
 
TInstantttextinst_from_mfjson (json_object *mfjson)
 Return a temporal text instant from its MF-JSON representation. More...
 
TInstantttextinst_in (const char *str)
 Return a temporal text instant from its Well-Known Text (WKT) representation. More...
 
TSequencettextseq_from_mfjson (json_object *mfjson)
 Return a temporal text sequence from its MF-JSON representation. More...
 
TSequencettextseq_in (const char *str, interpType interp)
 Return a temporal text sequence from its Well-Known Text (WKT) representation. More...
 
TSequenceSetttextseqset_from_mfjson (json_object *mfjson)
 Return a temporal text sequence set from its MF-JSON representation. More...
 
TSequenceSetttextseqset_in (const char *str)
 Return a temporal text sequence set from its Well-Known Text (WKT) representation. More...
 

Detailed Description

Input and output functions for temporal types.