Provides access to members that control the index created with IFeatureIndex. Note: the IIndexQuery interface has been superseded byIIndexQuery2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
NearestFeature | Finds the nearest feature in index to the input shape. | |
Within | Finds all features that the input shape lies within. |
CoClasses that implement IIndexQuery
CoClasses and Classes | Description |
---|---|
FeatureIndex | A feature class index. |
Remarks
Use the methods available in this interface and in IIndexQuery2 to select indexed feature. See IFeatureIndex2.