SpatialRel Enumeration

PreStorm - A Data Client for ArcGIS Server REST API
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

public enum SpatialRel
Members

  Member nameValueDescription
Intersects1 Corresponds to esriSpatialRelIntersects.
EnvelopeIntersects2 Corresponds to esriSpatialRelEnvelopeIntersects.
IndexIntersects3 Corresponds to esriSpatialRelIndexIntersects.
Touches4 Corresponds to esriSpatialRelTouches.
Overlaps5 Corresponds to esriSpatialRelOverlaps.
Crosses6 Corresponds to esriSpatialRelCrosses.
Within7 Corresponds to esriSpatialRelWithin.
Contains8 Corresponds to esriSpatialRelContains.
Relation9 Corresponds to esriSpatialRelRelation. This option requires relationParam in the extraParameters string argument.
See Also

Reference