ESRI.ArcGIS.ADF.IMS
SpatialRelation Enumeration
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace : SpatialRelation Enumeration




SpatialRelation specifies the method used for processing whether a feature intersects a certain geometry.

Syntax

Visual Basic (Declaration) 
Public Enum SpatialRelation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SpatialRelation
C# 
public enum SpatialRelation : System.Enum 

Members

MemberDescription
Area_Intersection Select features partially or wholly within the area of the filter's geometry.
Envelope_Intersection Select features when the bounding-envelope of a feature is within the bounding-envelope of the filter's geometry.

Remarks

In general, it is recommended to use Area_Intersection to be certain you are retrieving the correct features. The value Envelope_Intersection should only be used in customized environments where you plan to retrieve a subset of features on which to run a second query using Area_Intersection.

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.