Function postgis_diesel::functions::st_relate_check

source ยท
pub fn st_relate_check<left, right, intersection_matrix_mattern>(
    left: left,
    right: right,
    intersection_matrix_mattern: intersection_matrix_mattern,
) -> st_relate_check<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression, <intersection_matrix_mattern as AsExpression<Text>>::Expression>
where left: AsExpression<Geometry>, right: AsExpression<Geometry>, intersection_matrix_mattern: AsExpression<Text>,
Expand description

Tests if two geometries have a topological relationship matching an Intersection Matrix pattern.