ISpatialRelation

This interface tests the geometry’s spatial relationship with other geometries.

 

 

Methods

 

Contains

Determines if the selected geometry contains a specified other geometry.

Crosses

Determines whether the selected geometry has some, but not all interior points in common with another specified geometry.

Disjoint

Determines whether the selected geometry has no point in common with another geometry.

Equals

Determines whether the selected geometry equals another specified geometry.

Intersects

Determines whether the inputted geometry intersects the selected one.

Overlaps

Determines whether the selected geometry overlaps another one.

Touches

Determines whether the selected geometry touches another geometry.

Within

Determines whether the selected geometry is completely within another geometry.