Definition at line 211 of file liblwgeom/lwgeom_geos_clean.c.
212{
214
216
218 {
219#if 1
220
226#else
227
229#endif
230 return ret;
231 }
232 else
233 {
235
236 }
237}
static void ptarray_strip_nan_coords_in_place(POINTARRAY *pa)
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(), ptarray_strip_nan_coords_in_place(), and LWLINE::srid.
Referenced by lwgeom_make_geos_friendly().