PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_to_text()

static char* lwgeom_to_text ( const LWGEOM geom)
static

Definition at line 32 of file cu_ptarray.c.

References lwgeom_to_wkt(), and WKT_ISO.

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

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:669
#define WKT_ISO
Definition: liblwgeom.h:2083
Here is the call graph for this function:
Here is the caller graph for this function: