public interface IIndexQuery2
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 |
IID3df5374b_2cee_11d4_a6a5_0008c7d3ae8d |
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 |
intersectedFeatures(IGeometry pShape,
java.lang.Object[] pSAIds)
Finds all intersected features in index to the input shape.
|
void |
nearestFeature(IGeometry pShape,
int[] pClosestFeatureFID,
double[] pDistance)
Finds the nearest feature in index to the input shape.
|
void |
nearestFeatures(IGeometry pShape,
java.lang.Object[] pSAIds,
double[] pDistance)
Finds all nearest features in index to the input shape (i.e.
|
int |
withinFeature(IGeometry pShape)
Finds the first feature that the input shape lies within.
|
static final int IID3df5374b_2cee_11d4_a6a5_0008c7d3ae8d
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.void nearestFeatures(IGeometry pShape, java.lang.Object[] pSAIds, double[] pDistance) throws java.io.IOException, AutomationException
pShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)pSAIds - A Variant (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.void intersectedFeatures(IGeometry pShape, java.lang.Object[] pSAIds) throws java.io.IOException, AutomationException
pShape - A reference to a com.esri.arcgis.geometry.IGeometry (in)pSAIds - A Variant (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int withinFeature(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.