847 LWDEBUGF(4,
"srid=%d, start=%d, end=%d", srid, start, end);
848 for( i = start; i < end + 2; i++ )
void ptarray_set_point4d(POINTARRAY *pa, int n, const POINT4D *p4d)
POINTARRAY * ptarray_construct(char hasz, char hasm, uint32_t npoints)
Construct an empty pointarray, allocating storage and setting the npoints, but not filling in any inf...
LWGEOM * lwline_as_lwgeom(const LWLINE *obj)
LWLINE * lwline_construct(int srid, GBOX *bbox, POINTARRAY *points)
int ptarray_has_m(const POINTARRAY *pa)
int ptarray_has_z(const POINTARRAY *pa)
#define LWDEBUGF(level, msg,...)
int getPoint4d_p(const POINTARRAY *pa, int n, POINT4D *point)