public interface IFeatureIndex2
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 |
IIDbc2e4428_1311_42fb_b364_0aa46f03a1ac |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
ISpatialReference |
getOutputSpatialReference(java.lang.String fieldName)
The spatial reference in which to output geometry for a given field.
|
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).
|
void |
setOutputSpatialReferenceByRef(java.lang.String fieldName,
ISpatialReference outputSpatialReference)
The spatial reference in which to output geometry for a given field.
|
static final int IIDbc2e4428_1311_42fb_b364_0aa46f03a1ac
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.ISpatialReference getOutputSpatialReference(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName - The fieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setOutputSpatialReferenceByRef(java.lang.String fieldName,
ISpatialReference outputSpatialReference)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)outputSpatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.