![]() |
This document is archived and information here might be outdated. Recommended version. |
Spatial relationship options.
| Constant | Value | Description |
|---|---|---|
| esriARSpatialRelationshipUndefined | 0 | No defined spatial relationship. |
| esriARSpatialRelationshipIntersects | 1 | Query shape intersects target shape. |
| esriARSpatialRelationshipEnvelopeIntersects | 2 | Envelope of query shape intersects envelope of target shape. |
| esriARSpatialRelationshipIndexIntersects | 3 | Query shape intersects index entry for target shape (primary index filter). |
| esriARSpatialRelationshipTouches | 4 | Query shape touches target shape. |
| esriARSpatialRelationshipOverlaps | 5 | Query shape overlaps target shape. |
| esriARSpatialRelationshipCrosses | 6 | Query shape crosses target shape. |
| esriARSpatialRelationshipWithin | 7 | Query shape is within target shape. |
| esriARSpatialRelationshipContains | 8 | Query shape contains target shape. |
| esriARSpatialRelationshipRelation | 9 | Query shape IBE (Interior-Boundary-Exterior) relationship with target shape. |