PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWPOINTITERATOR* lwpointiterator_create_rw | ( | LWGEOM * | g | ) |
Create a new LWPOINTITERATOR over supplied LWGEOM* Supports modification of coordinates during iteration.
Definition at line 253 of file lwiterator.c.
References add_lwgeom_to_stack(), LWPOINTITERATOR::allow_modification, LWPOINTITERATOR::geoms, LWPOINTITERATOR::i, LW_TRUE, lwalloc(), lwpointiterator_advance(), and LWPOINTITERATOR::pointarrays.
Referenced by lwpointiterator_create(), test_mixed_rw_access(), and test_modification().