com.esri.arcgis.geodatabase
Interface IEnumTopologyEdge

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumTopologyEdgeProxy

public interface IEnumTopologyEdge
extends Serializable

Provides access to a set of topology edges.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getCount()
          The number of topology edges in the enumerator.
 ITopologyEdge next()
          Returns the next topology edge.
 void reset()
          Resets the enumerator.
 

Method Detail

reset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

next

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getCount

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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