com.esri.arcgis.geodatabase
Interface IEnumTopologyEdge

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

public interface IEnumTopologyEdge
extends java.io.Serializable

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

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

Field Detail

IID9a876db0_4a30_11d5_9fe9_00c04f6bdd7f

static final int IID9a876db0_4a30_11d5_9fe9_00c04f6bdd7f
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

ITopologyEdge next()
                   throws java.io.IOException,
                          AutomationException
Returns the next topology edge.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITopologyEdge
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 edges in the enumerator.

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