Function meos_sys::ptarray_append_point

source ยท
pub unsafe extern "C" fn ptarray_append_point(
    pa: *mut POINTARRAY,
    pt: *const POINT4D,
    allow_duplicates: c_int,
) -> c_int
Expand description

Append a point to the end of an existing #POINTARRAY If allow_duplicate is LW_FALSE, then a duplicate point will not be added.