The spatial relationship used for server-side filtering of records.
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Intersects | 1 | Corresponds to esriSpatialRelIntersects. | |
| EnvelopeIntersects | 2 | Corresponds to esriSpatialRelEnvelopeIntersects. | |
| IndexIntersects | 3 | Corresponds to esriSpatialRelIndexIntersects. | |
| Touches | 4 | Corresponds to esriSpatialRelTouches. | |
| Overlaps | 5 | Corresponds to esriSpatialRelOverlaps. | |
| Crosses | 6 | Corresponds to esriSpatialRelCrosses. | |
| Within | 7 | Corresponds to esriSpatialRelWithin. | |
| Contains | 8 | Corresponds to esriSpatialRelContains. | |
| Relation | 9 | Corresponds to esriSpatialRelRelation. This option requires relationParam in the extraParameters string argument. |
See Also