Function postgis_diesel::functions::st_line_crossing_direction
source · pub fn st_line_crossing_direction<left, right>(
left: left,
right: right
) -> st_line_crossing_direction<<left as AsExpression<Geometry>>::Expression, <right as AsExpression<Geometry>>::Expression>where
left: AsExpression<Geometry>,
right: AsExpression<Geometry>,
Expand description
Returns a number indicating the crossing behavior of two LineStrings.