Function meos_sys::lwpointiterator_modify_next
source ยท pub unsafe extern "C" fn lwpointiterator_modify_next(
s: *mut LWPOINTITERATOR,
p: *const POINT4D,
) -> c_intExpand description
Attempts to replace the next point int the iterator with p, and advances the iterator to the next point. Returns LW_SUCCESS if the assignment was successful, LW_FAILURE otherwise.