Definition at line 502 of file cu_measures.c.
References LW_PARSER_CHECK_NONE, lwfree(), lwgeom_free(), lwgeom_from_wkt(), lwgeom_locate_along(), lwgeom_to_wkt(), and WKT_ISO.
Referenced by measures_suite_setup().
506 double measure = 105.0;
515 CU_ASSERT_STRING_EQUAL(
"MULTIPOINT M (55.226131 55.226131 105)", str);
524 CU_ASSERT_STRING_EQUAL(
"MULTIPOINT M (55.226131 55.226131 105)", str);
char * lwgeom_to_wkt(const LWGEOM *geom, uint8_t variant, int precision, size_t *size_out)
WKT emitter function.
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_PARSER_CHECK_NONE
LWGEOM * lwgeom_locate_along(const LWGEOM *lwin, double m, double offset)
Determine the location(s) along a measured line where m occurs and return as a multipoint.