ESRI.ArcGIS.ADF.Web
SpatialRelationship Enumeration
See Also 
ESRI.ArcGIS.ADF.Web Namespace : SpatialRelationship Enumeration




Relationship to use when performing spatial operations that compare the geometry of features.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum SpatialRelationship 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As SpatialRelationship
C# 
[SerializableAttribute()]
public enum SpatialRelationship : Enum 

Members

MemberDescription
UndefinedRelationship not set.
IntersectsGeometry of two features share a common part.
EnvelopeIntersectsThe envelope of a feature intersects the other feature.
IndexIntersectsIntersection based on index.
TouchesFeatures (lines or polygons) share a boundary segment.
OverlapsFeatures overlap in their geometry.
CrossesA feature is crossed by the outline of the other feature.
WithinA feature is within a specified distance of the other feature.
ContainsA feature contains a selected feature.
RelationCompares spatial relationship based on a matrix of interior, boundary and exterior relationships.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.SpatialRelationship

See Also

© 2010 All Rights Reserved.