public interface IFeatureIndex
extends java.io.Serializable
Description: 'Provides access to members that control the creation of an index on a 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 |
IID59f60294_c1fb_11d2_9f23_00c04f6bc886 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
index(ITrackCancel pTrackCancel,
IEnvelope pQueryingGeometryFullExtent)
Creates index.
|
void |
setFeatureClassByRef(IFeatureClass rhs1)
FeatureClass to index.
|
void |
setFeatureCursorByRef(IFeatureCursor rhs1)
Cursor on feature class, to reduce the number of feature indexed (optional).
|
static final int IID59f60294_c1fb_11d2_9f23_00c04f6bc886
static final int xxDummy
static final java.lang.String IID
void setFeatureClassByRef(IFeatureClass rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFeatureCursorByRef(IFeatureCursor rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void index(ITrackCancel pTrackCancel, IEnvelope pQueryingGeometryFullExtent) throws java.io.IOException, AutomationException
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)pQueryingGeometryFullExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.