Skip to content

IFeatureClassSpatialIndex Interface

Provides access to the spatial index of a GDB feature class.

Members

Name Description
Method DeleteSpatialIndex Deletes the spatial index.
Method FindSpatialIndex Returns the spatial index.
Method RecreateSpatialIndex Creates a spatial index.

IFeatureClassSpatialIndex.DeleteSpatialIndex Method

Deletes the spatial index.

Public Sub DeleteSpatialIndex ( _ ) 
public void DeleteSpatialIndex ( ); 

IFeatureClassSpatialIndex.FindSpatialIndex Method

Returns the spatial index.

Public Function FindSpatialIndex ( _ ) As IIndex 
public IIndex FindSpatialIndex ( ); 

IFeatureClassSpatialIndex.RecreateSpatialIndex Method

Creates a spatial index.

Public Sub RecreateSpatialIndex ( _     ByVal bIndexName As String, _     ByVal gridSize1 As Double, _     ByVal gridSize2 As Double, _     ByVal gridSize3 As Double _ ) 
public void RecreateSpatialIndex (     string bIndexName,     double gridSize1,     double gridSize2,     double gridSize3 ); 

Classes that implement IFeatureClassSpatialIndex

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.