|
◆ Trgeometry_from_ewkt()
Datum Trgeometry_from_ewkt |
( |
PG_FUNCTION_ARGS |
| ) |
|
Input a temporal rigid geometry from its Extended Well-Known Text (EWKT) representation.
- Note
- This just does the same thing as the _in function, except it has to handle a 'text' input. First, unwrap the text into a cstring, then do as tgeometry_in @sqlfn trgeometryFromEWKT()
|