[][src]Function spatialite_sys::gaiaCopyLinestringCoords

pub unsafe extern "C" fn gaiaCopyLinestringCoords(
    dst: gaiaLinestringPtr,
    src: gaiaLinestringPtr
)

Copies coordinates between two LINESTRING objects

\param dst destination LINESTRING [output] \param src origin LINESTRING [input]

\sa gaiaCopyLinestringCoordsReverse

\note both LINESTRING objects must have exactly the same number of points: if dimensions aren't the same for both objects, then the appropriate conversion will be silently applied.