Provides access to the spatial index of a GDB feature class.
Members
Name | Description | |
---|---|---|
DeleteSpatialIndex | Deletes the spatial index. | |
FindSpatialIndex | Returns the spatial index. | |
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 |
---|