|
MobilityDB 1.3
|
Input and output functions for spatial sets. More...
Functions | |
| Set * | geogset_in (const char *str) |
| Return a set from its Well-Known Text (WKT) representation. More... | |
| Set * | geomset_in (const char *str) |
| Return a set from its Well-Known Text (WKT) representation. More... | |
| char * | spatialset_as_ewkt (const Set *s, int maxdd) |
| Return the Extended Well-Known Text (EWKT) representation of a geo set. More... | |
| char * | spatialset_as_text (const Set *s, int maxdd) |
| Return the Well-Known Text (WKT) representation of a spatial set @csqlfn Spatialset_as_text() More... | |
| char * | spatialset_out (const Set *s, int maxdd) |
| Return the string representation of a float set. More... | |
Input and output functions for spatial sets.