public interface IEnumIntersection
extends java.io.Serializable
Description: 'Not currently used.' 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 |
IID0cd38cbb_1c89_11d4_9f5c_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IEnumIntersection |
esri_clone()
Not currently used.
|
void |
next(double[] distance,
IPoint[] point)
Not currently used.
|
void |
queryNext(int numWanted,
int[] numGotten,
double[] distances,
IPoint points)
Not currently used.
|
void |
reset()
Not currently used.
|
static final int IID0cd38cbb_1c89_11d4_9f5c_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void next(double[] distance,
IPoint[] point)
throws java.io.IOException,
AutomationException
distance - The distance (out: use single element array)point - A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryNext(int numWanted,
int[] numGotten,
double[] distances,
IPoint points)
throws java.io.IOException,
AutomationException
numWanted - The numWanted (in)numGotten - The numGotten (out: use single element array)distances - The distances (in)points - A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnumIntersection esri_clone() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.