Definition at line 92 of file cu_iterator.c.
References inputs, LW_FAILURE, LW_PARSER_CHECK_NONE, lwgeom_free(), lwgeom_from_wkt(), lwpointiterator_create(), lwpointiterator_destroy(), lwpointiterator_modify_next(), POINT4D::x, and POINT4D::y.
Referenced by iterator_suite_setup().
int lwpointiterator_modify_next(LWPOINTITERATOR *s, const POINT4D *p)
Attempts to replace the next point int the iterator with p, and advances the iterator to the next poi...
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
LWPOINTITERATOR * lwpointiterator_create(const LWGEOM *g)
Create a new LWPOINTITERATOR over supplied LWGEOM*.
#define LW_PARSER_CHECK_NONE
void lwpointiterator_destroy(LWPOINTITERATOR *s)
Free all memory associated with the iterator.