pub unsafe extern "C" fn gaiaGeomCollLength(
geom: gaiaGeomCollPtr,
length: *mut f64,
) -> c_intExpand description
Measures the total Length for a Geometry object
\param geom pointer to Geometry object \param length on completion this variable will contain the measured length
\return 0 on failure: any other value on success
\sa gaiaGeomCollLenght_r, gaiaGeomCollArea, gaiaMeasureLength, gaiaGeomCollLengthOrPerimeter
\note not reentrant and thread unsafe.
\remark \b GEOS support required.