[][src]Module geo::algorithm::contains

Determine whether Geometry A is completely enclosed by Geometry B.

Traits

Contains

Checks if rhs is completely contained within self. More formally, the interior of rhs has non-empty (set-theoretic) intersection but neither the interior, nor the boundary of rhs intersects the exterior of self. In other words, the DE-9IM intersection matrix of (rhs, self) is T*F**F***.