This document is archived and information here might be outdated. Recommended version. |
Provides access to members that determines which pairs of geometries from two sets are in a specified relation.
Name | Description | |
---|---|---|
Compress | Comresses this bag and one index of relationship result based on left or right index. | |
Contains | Indicates if this geometry contains the other geometry. | |
Crosses | Indicates if the two geometries intersect in a geometry of lesser dimension. | |
Disjoint | Indicates if the two geometries share no points in common. | |
Equals | Indicates if the two geometries are of the same type and define the same set of points in the plane. | |
Intersects | Indicates if the two geometries share any points in common. | |
Overlaps | Indicates if the intersection of the two geometries has the same dimension as one of the input geometries. | |
Relation | Evaluates an arbitrary relation specified using a dimension-extended matrix. | |
RelationEx | Evaluates the relation specified by esriSpatialRelationEnum. | |
Touches | Indicates if the boundaries of the geometries intersect. | |
Within | Indicates if this geometry is contained (is within) another geometry. |
Classes | Description |
---|