MobilityDB  1.0

◆ ewkt_out()

char* ewkt_out ( Oid  type,
Datum  value 
)

Output a geometry in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID.

The Oid argument is not used but is needed since the second argument of the functions temporal*_to_string is of type char *(*value_out)(Oid, Datum)