![]() |
This document is archived and information here might be outdated. Recommended version. |
Spatial query rule selection method.
| Constant | Value | Description |
|---|---|---|
| esriSchematicSearchIntersect | 0 | Search for features that intersect. |
| esriSchematicSearchWithinADistance | 1 | Search for features that are within a specified distance. |
| esriSchematicSearchCompletelyContains | 2 | Search for features that are completely contains in. |
| esriSchematicSearchCompletelyWithin | 3 | Search for features that are completely within. |
| esriSchematicSearchHaveTheirCenterIn | 4 | Search for features that have their center in. |
| esriSchematicSearchShareALineSegmentWith | 5 | Search for features that share a line segment with. |
| esriSchematicSearchBoundaryTouches | 6 | Search features that boundary touches. |
| esriSchematicSearchAreIdenticalTo | 7 | Search features that are identical to. |
| esriSchematicSearchCrossedByTheOutlineOf | 8 | Search features that are crossed by the outline of. |
| esriSchematicSearchContains | 9 | Search features that contains. |
| esriSchematicSearchContainedBy | 10 | Search features that are contained by. |
| esriSchematicSearchNotTouchOrOverlap | 11 | Search features that not touch or overlap. |