public interface IEnumTGHitInfo
extends java.io.Serializable
Description: 'Provides access to members that interate through topology elements.' 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 |
IIDba303a42_6aff_42f8_b457_85a689b051ca |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Number of topology elements.
|
void |
next(ITopologyElement[] hitElement,
IPoint[] hitPoint,
double[] hitDistance)
Iterates to the next topology element.
|
void |
reset()
Resets enumerator.
|
static final int IIDba303a42_6aff_42f8_b457_85a689b051ca
static final int xxDummy
static final java.lang.String IID
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(ITopologyElement[] hitElement, IPoint[] hitPoint, double[] hitDistance) throws java.io.IOException, AutomationException
hitElement
- A reference to a com.esri.arcgis.geodatabase.ITopologyElement (out: use single element array)hitPoint
- A reference to a com.esri.arcgis.geometry.IPoint (out: use single element array)hitDistance
- The hitDistance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.