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