ESRI.ArcGIS.ADF.IMS
SpatialRelation Enumeration
See Also 
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As SpatialRelation
C# 
public enum SpatialRelation : 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Carto.Layer.SpatialRelation

See Also

© 2010 All Rights Reserved.