public interface IFeatureClassSpatialIndex
extends java.io.Serializable
Description: 'Provides access to the spatial index of a GDB feature class.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDae097531_f17c_4f36_9c8c_fa3269edd728 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
deleteSpatialIndex()
Deletes the spatial index.
|
IIndex |
findSpatialIndex()
Returns the spatial index.
|
void |
recreateSpatialIndex(java.lang.String bIndexName,
double gridSize1,
double gridSize2,
double gridSize3)
Creates a spatial index.
|
static final int IIDae097531_f17c_4f36_9c8c_fa3269edd728
static final int xxDummy
static final java.lang.String IID
void recreateSpatialIndex(java.lang.String bIndexName, double gridSize1, double gridSize2, double gridSize3) throws java.io.IOException, AutomationException
bIndexName
- The bIndexName (in)gridSize1
- The gridSize1 (in)gridSize2
- The gridSize2 (in)gridSize3
- The gridSize3 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteSpatialIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IIndex findSpatialIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.