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

◆ lwgeom_from_text()

static LWGEOM * lwgeom_from_text ( const char *  str)
static

Definition at line 26 of file cu_lwstroke.c.

27{
30 return NULL;
31 return r.geom;
32}
char * r
Definition cu_in_wkt.c:24
#define LW_FAILURE
Definition liblwgeom.h:96
#define LW_PARSER_CHECK_NONE
Definition liblwgeom.h:2149
int lwgeom_parse_wkt(LWGEOM_PARSER_RESULT *parser_result, char *wktstr, int parse_flags)
Parse a WKT geometry string into an LWGEOM structure.
#define str(s)
Parser result structure: returns the result of attempting to convert (E)WKT/(E)WKB to LWGEOM.
Definition liblwgeom.h:2157

References struct_lwgeom_parser_result::geom, LW_FAILURE, LW_PARSER_CHECK_NONE, lwgeom_parse_wkt(), r, and str.

Referenced by test_lwcurve_linearize(), and test_unstroke().

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