📄️ equals
Returns true if geometries a and b are topologically equal.
📄️ intersects
Returns true if geometries a and b have at least one point in common.
📄️ disjoint
Returns true if geometries a and b have no points in common.
📄️ contains
Returns true if geometry b lies in geometry a and their interiors intersect.
📄️ containsProperly
Returns true if geometry b lies in the interior of geometry a.
📄️ within
Returns true if geometry a lies in geometry b and their interiors intersect.
📄️ covers
Returns true if geometry b lies in geometry a.
📄️ coveredBy
Returns true if geometry a lies in geometry b.
📄️ crosses
Returns true if geometries a and b spatially cross.
📄️ overlaps
Returns true if geometries a and b spatially overlap.
📄️ touches
Returns true if the only points in common between geometry a and b
📄️ relate
Computes the DE-9IM string for
📄️ relatePattern
Returns true if the spatial relationship between geometries a and b