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

Input and output functions for set and span types. More...

Functions

Setset_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...
 
Spanspan_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...
 
SpanSetspanset_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...
 

Detailed Description

Input and output functions for set and span types.