ESRI.ArcGIS.ADF.Web
SpatialRelationship Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SpatialRelationship
C# 
[SerializableAttribute()]
public enum SpatialRelationship : System.Enum 

Members

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.