[][src]Function spatialite_sys::gaiaMRangeGeometry

pub unsafe extern "C" fn gaiaMRangeGeometry(
    geom: gaiaGeomCollPtr,
    min: *mut f64,
    max: *mut f64
)

Computes the Z-Range for a Geometry object

\param geom pointer to the Geometry object \param min on completion this variable will contain the min M value found \param max on completion this variable will contain the max M value found

\note if the Geometry has XY or XYZ dims, the M-Range is meaningless