ArcGIS Runtime SDK for WPF - Library Reference
SpatialRelationship Enumeration
See Also 
ESRI.ArcGIS.Client.Tasks Namespace : SpatialRelationship Enumeration

SpatialRelationship enumeration.

Syntax

Visual Basic (Declaration) 
Public Enum SpatialRelationship 
   Inherits System.Enum
C# 
public enum SpatialRelationship : System.Enum 

Members

MemberDescription
esriSpatialRelContainsPart or all of a feature from feature class 1 is contained within a feature from feature class 2.
esriSpatialRelCrossesThe feature from feature class 1 crosses a feature from feature class 2.
esriSpatialRelEnvelopeIntersectsThe envelope of feature class 1 intersects with the envelope of feature class 2.
esriSpatialRelIndexIntersectsThe envelope of the query feature class intersects the index entry for the target feature class.
esriSpatialRelIntersectsPart of a feature from feature class 1 is contained in a feature from feature class 2.
esriSpatialRelOverlapsFeatures from feature class 1 overlap features in feature class 2.
esriSpatialRelRelationIndicates that a spatial relationship function will be used.
esriSpatialRelTouchesThe feature from feature class 1 touches the border of a feature from feature class 2.
esriSpatialRelWithinThe feature from feature class 1 is completely enclosed by the feature from feature class 2.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Tasks.SpatialRelationship

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.