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, right, intersection_matrix_mattern>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.