Provides access to members that control the index created with IFeatureIndex.
| Description | ||
|---|---|---|
![]() |
IntersectedFeatures | Finds all intersected features in index to the input shape. |
![]() |
NearestFeature | Finds the nearest feature in index to the input shape. |
![]() |
NearestFeatures | Finds all nearest features in index to the input shape (i.e. equal distance). |
![]() |
Within | Finds all Features that lie in the input shape. |
![]() |
WithinFeature | Finds the 1st Feature that lies in the input shape. |
| CoClasses and Classes | Description |
|---|---|
| FeatureIndex | A feature class index. |