Function postgis_diesel::functions_nullable::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<Nullable<Geometry>>>::Expression, <right as AsExpression<Nullable<Geometry>>>::Expression, <intersection_matrix_mattern as AsExpression<Nullable<Text>>>::Expression>where
left: AsExpression<Nullable<Geometry>>,
right: AsExpression<Nullable<Geometry>>,
intersection_matrix_mattern: AsExpression<Nullable<Text>>,
Expand description
Tests if two geometries have a topological relationship matching an Intersection Matrix pattern.