|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumTGHitInfo
Provides access to members that interate through topology elements.
Method Summary | |
---|---|
int |
getCount()
Number of topology elements. |
void |
next(ITopologyElement[] hitElement,
IPoint[] hitPoint,
double[] hitDistance)
Iterates to the next topology element. |
void |
reset()
Resets enumerator. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(ITopologyElement[] hitElement, IPoint[] hitPoint, double[] hitDistance) throws 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)
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 |