![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
SpatialRelationship Enumeration | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web Namespace : SpatialRelationship Enumeration |
Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum SpatialRelationship Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SpatialRelationship |
C# | |
---|---|
[SerializableAttribute()] public enum SpatialRelationship : System.Enum |
Member | Description |
---|---|
Contains | A feature contains a selected feature. |
Crosses | A feature is crossed by the outline of the other feature. |
EnvelopeIntersects | The envelope of a feature intersects the other feature. |
IndexIntersects | Intersection based on index. |
Intersects | Geometry of two features share a common part. |
Overlaps | Features overlap in their geometry. |
Relation | Compares spatial relationship based on a matrix of interior, boundary and exterior relationships. |
Touches | Features (lines or polygons) share a boundary segment. |
Undefined | Relationship not set. |
Within | A feature is within a specified distance of the other feature. |
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