Function postgis_diesel::functions::st_relate
source · pub fn st_relate<left, right>(
left: left,
right: right
) -> st_relate<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Computes Intersection Matrix of two geometries.