Function postgis_diesel::functions::st_crosses
source · pub fn st_crosses<left, right>(
left: left,
right: right
) -> st_crosses<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Tests if two geometries have some, but not all, interior points in common.