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

◆ geo_as_ewkt()

char * geo_as_ewkt ( const GSERIALIZED gs,
int  precision 
)
inline

Return the Extended Well-Known Text (EWKT) representation of a geometry/geography.

Parameters
[in]gsGeometry/geography
[in]precisionMaximum number of decimal digits
Note
This is a a stricter version of geom_in, where we refuse to accept (HEX)WKB or EWKT.
PostGIS function: LWGEOM_asEWKT(PG_FUNCTION_ARGS)