com.esri.arcgis.geodatabase
Interface IEnumNetworkElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumNetworkElement, IEnumNetworkElementProxy

public interface IEnumNetworkElement
extends java.io.Serializable

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

Description: 'Provides access to a container for accessing network dataset network elements.' 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 IIDcae89ba8_0b3b_439f_89f3_430c3fab0182
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkElement next()
          Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.
 void reset()
          Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration.
 

Field Detail

IIDcae89ba8_0b3b_439f_89f3_430c3fab0182

static final int IIDcae89ba8_0b3b_439f_89f3_430c3fab0182
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
Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration.

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

next

INetworkElement next()
                     throws java.io.IOException,
                            AutomationException
Moves the enumerator forward and returns the network element pointed by the enumerator using query semantics.

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