Skip to main content

st_within

Function st_within 

Source
pub fn st_within(a: &Geometry, b: &Geometry) -> bool
Expand description

ST_Within(a, b) — A is fully within B. Equivalent to ST_Contains(b, a).