This document is archived and information here might be outdated.  Recommended version.


IRelationalOperatorNxM Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRelationalOperatorNxM Interface
ArcGIS Developer Help

IRelationalOperatorNxM Interface

Provides access to members that determines which pairs of geometries from two sets are in a specified relation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Compress Comresses this bag and one index of relationship result based on left or right index.
Method Contains Indicates if this geometry contains the other geometry.
Method Crosses Indicates if the two geometries intersect in a geometry of lesser dimension.
Method Disjoint Indicates if the two geometries share no points in common.
Method Equals Indicates if the two geometries are of the same type and define the same set of points in the plane.
Method Intersects Indicates if the two geometries share any points in common.
Method Overlaps Indicates if the intersection of the two geometries has the same dimension as one of the input geometries.
Method Relation Evaluates an arbitrary relation specified using a dimension-extended matrix.
Method RelationEx Evaluates the relation specified by esriSpatialRelationEnum.
Method Touches Indicates if the boundaries of the geometries intersect.
Method Within Indicates if this geometry is contained (is within) another geometry.

Classes that implement IRelationalOperatorNxM

Classes Description