Enum SpatialRelationship
Defines the various operators for spatially relating geometries.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SpatialRelationship
Fields
| Name | Description |
|---|---|
| Contains | Contains operator where part or all of a feature from feature class 1 is contained within a feature from feature class 2. |
| Crosses | Crosses operator where the feature from class 1 crosses a feature from feature class 2. |
| Disjoint | Disjoint operator. |
| EnvelopeIntersects | Envelope intersects operator where the envelope of feature class 1 intersects with the envelope of a feature class 2. |
| Equals | Equals operator. |
| IndexIntersects | Index intersects operator where the envelope of the query feature class intersects the index entry for the target feature class. |
| Intersects | Intersects operator where part of a feature from class 1 is contained in a feature from feature class 2. |
| Overlaps | Overlaps operator where features from feature class 1 overlap features in feature class 2. |
| Relate | Relates operator which indicates that a spatial relationship function will be used. |
| Touches | Touches operator where the feature from class 1 touches the border of a feature from class 2. |
| Within | Within operator where the feature from class 1 is completely enclosed by the feature from feature class 2. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |