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

◆ Tspatial_from_ewkt()

Datum Tspatial_from_ewkt ( PG_FUNCTION_ARGS  )

Return a temporal geo from its Extended Well-Known Text (EWKT) representation.

Note
This just does the same thing as the SQL function tgeo_in, except it has to handle a 'text' input. First, unwrap the text into a cstring, then do as tgeo_in @sqlfn tgeometryFromEWKT(), tgeographyFromEWKT()