// SPDX-License-Identifier: Apache-2.0
pub use st_contains;
pub use ;
pub use st_intersection;
pub use st_intersects;
use Geometry;
/// ST_Within(a, b) — A is fully within B. Equivalent to ST_Contains(b, a).
/// ST_Disjoint(a, b) — no shared space. Inverse of ST_Intersects.