|
◆ Tpoint_from_ewkt()
Datum Tpoint_from_ewkt |
( |
PG_FUNCTION_ARGS |
| ) |
|
Return a temporal point from its Extended Well-Known Text (EWKT) representation.
- Note
- This just does the same thing as the tpoint_in function, except it has to handle a 'text' input. First, unwrap the text into a cstring, then do as tpoint_in @sqlfn tgeompointFromText(), tgeogpointFromText(), tgeompointFromEWKT(), tgeogpointFromEWKT()
|