PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_to_text()

static char * lwgeom_to_text ( const LWGEOM geom)
static

Definition at line 32 of file cu_ptarray.c.

33{
34 return lwgeom_to_wkt(geom, WKT_ISO, 8, NULL);
35}
char * lwgeom_to_wkt(const LWGEOM *geom, uint8_t variant, int precision, size_t *size_out)
WKT emitter function.
Definition lwout_wkt.c:708
#define WKT_ISO
Definition liblwgeom.h:2219

References lwgeom_to_wkt(), and WKT_ISO.

Referenced by test_ptarray_append_point(), test_ptarray_append_ptarray(), test_ptarray_insert_point(), test_ptarray_scale(), and test_ptarray_scroll().

Here is the call graph for this function:
Here is the caller graph for this function: