Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.