public interface IEnumNodeEdge
extends java.io.Serializable
Description: 'Provides access to the set of edges incident on the specified node.' 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 |
IID5cee64be_56dc_11d5_9fee_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
The number of edges entering and leaving this node.
|
boolean |
isClockwise()
Indicates if this enumerator is returning edges in clockwise order, or false if it is returning them in counterclockwise order.
|
void |
next(ITopologyEdge[] nextEdge,
boolean[] atFrom)
Returns the next edge in clockwise or counterclockwise order about the node.
|
void |
reset()
Resets this eumerator.
|
static final int IID5cee64be_56dc_11d5_9fee_00c04f6bdd7f
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.void next(ITopologyEdge[] nextEdge, boolean[] atFrom) throws java.io.IOException, AutomationException
nextEdge
- A reference to a com.esri.arcgis.geodatabase.ITopologyEdge (out: use single element array)atFrom
- The atFrom (out: use single element array)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.boolean isClockwise() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.