[][src]Function spatialite_sys::gaiaNodeLines

pub unsafe extern "C" fn gaiaNodeLines(
    input: gaiaGeomCollPtr
) -> gaiaGeomCollPtr

Utility function: re-noding lines

\param input the input Geometry object.

\return the pointer to newly created Geometry object: NULL on failure. \n The function fully nodes a set of linestrings, using the least nodes preserving all the input ones.

\sa gaiaFreeGeomColl

\note you are responsible to destroy (before or after) any allocated Geometry, this including any Geometry returned by gaiaNode()

\remark \b LWGEOM support required.