Provides access to members that control the creation of an index on a feature class.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Used on FeatureIndex object to build a spatial index for a group of features. Corresponding methods on IIndexQuery can then access this infomation.
It is important to set the OutputSpatialReference if the FeatureClass being passed in has a different spatial reference than that of the input shape on the IIndexQuery methods
Members
Description | ||
---|---|---|
FeatureClass | FeatureClass to index. | |
FeatureCursor | Cursor on feature class, to reduce the number of feature indexed (optional). | |
Index | Creates index. | |
OutputSpatialReference | The spatial reference in which to output geometry for a given field. |
CoClasses that implement IFeatureIndex2
CoClasses and Classes | Description |
---|---|
FeatureIndex | A feature class index. |