![]() |
MobilityDB 1.3
|
Input and output functions for set and span types. More...
Functions | |
Set * | set_in (const char *str, meosType settype) |
Return a set from its Well-Known Text (WKT) representation. More... | |
char * | set_out (const Set *s, int maxdd) |
Return the Well-Known Text (WKT) representation of a set. More... | |
Span * | span_in (const char *str, meosType spantype) |
Return a span from its Well-Known Text (WKT) representation. More... | |
char * | span_out (const Span *s, int maxdd) |
Return the Well-Known Text (WKT) representation of a span. More... | |
SpanSet * | spanset_in (const char *str, meosType spansettype) |
Return a span set from its Well-Known Text (WKT) representation. More... | |
char * | spanset_out (const SpanSet *ss, int maxdd) |
Return the Well-Known Text (WKT) representation of a span set. More... | |
Input and output functions for set and span types.