Definition at line 258 of file liblwgeom/lwgeom_geos_clean.c.
259{
261
263 {
264#if 1
265
271#else
272
274#endif
275 return ret;
276 }
277 else
278 {
280
281 }
282}
LWPOINT * lwpoint_construct(int32_t srid, GBOX *bbox, POINTARRAY *point)
#define FLAGS_NDIMS(flags)
POINTARRAY * ptarray_addPoint(const POINTARRAY *pa, uint8_t *p, size_t pdims, uint32_t where)
Add a point in a pointarray.
static uint8_t * getPoint_internal(const POINTARRAY *pa, uint32_t n)
References POINTARRAY::flags, FLAGS_NDIMS, getPoint_internal(), lwpoint_construct(), POINTARRAY::npoints, LWLINE::points, ptarray_addPoint(), and LWLINE::srid.
Referenced by lwgeom_make_geos_friendly().