com.esri.arcgis.geodatabase
Interface IEnumTopologyNode

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTopologyNodeProxy

public interface IEnumTopologyNode
extends java.io.Serializable

COM Interface 'IEnumTopologyNode'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to a set of topology nodes.' 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 IID0fcbd3ed_d810_40d3_92b1_1a7b451f0f4c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of topology nodes in the enumerator.
 ITopologyNode next()
          Returns the next topology node.
 void reset()
          Resets the enumerator.
 

Field Detail

IID0fcbd3ed_d810_40d3_92b1_1a7b451f0f4c

static final int IID0fcbd3ed_d810_40d3_92b1_1a7b451f0f4c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

ITopologyNode next()
                   throws java.io.IOException,
                          AutomationException
Returns the next topology node.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITopologyNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of topology nodes in the enumerator.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.