|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexQuery2
COM Interface 'IIndexQuery2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3df5374b_2cee_11d4_a6a5_0008c7d3ae8d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID3df5374b_2cee_11d4_a6a5_0008c7d3ae8d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |