public interface IIndexQuery
extends java.io.Serializable
Description: 'Provides access to members that control the index created with IFeatureIndex.' 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 |
IID59f60295_c1fb_11d2_9f23_00c04f6bc886 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IFeatureCursor |
getWithin(IGeometry pShape)
Finds all features that the input shape lies within.
|
void |
nearestFeature(IGeometry pShape,
int[] pClosestFeatureFID,
double[] pDistance)
Finds the nearest feature in index to the input shape.
|
static final int IID59f60295_c1fb_11d2_9f23_00c04f6bc886
static final int xxDummy
static final java.lang.String IID
void nearestFeature(IGeometry pShape, int[] pClosestFeatureFID, double[] pDistance) throws java.io.IOException, AutomationException
pShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)pClosestFeatureFID - The pClosestFeatureFID (out: use single element array)pDistance - The pDistance (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IFeatureCursor getWithin(IGeometry pShape) throws java.io.IOException, AutomationException
pShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.