public interface ISpatialIndex
extends java.io.Serializable
Description: 'Provides access to members that create a temporary spatial index for improving performance of "Disjoint" and some other relational operators.' 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 |
IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
invalidate()
Invalidate the spatial index.
|
boolean |
isAllowIndexing()
Indicates whether to allow a spatial index to be created for this geometry.
|
void |
setAllowIndexing(boolean allowIndexing)
Indicates whether to allow a spatial index to be created for this geometry.
|
static final int IID8c6e62ce_74fd_11d3_9f49_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
void setAllowIndexing(boolean allowIndexing) throws java.io.IOException, AutomationException
allowIndexing
- The allowIndexing (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowIndexing() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void invalidate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.