com.esri.arcgis.geodatabase
Interface IEnumNetEID

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumNetEIDArray, IEnumNetEIDProxy

public interface IEnumNetEID
extends java.io.Serializable

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

Description: 'Provides access to members that iterate through an enumeration of network element IDs (EIDs).' 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 IID5db91db4_afb4_11d0_9ccd_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          Number of network elements in this enumeration.
 int getElementType()
          Type of network elements in this enumeration.
 INetwork getNetwork()
          Network from which these elements came.
 int last()
          Forces the enumerator pointing at the last element in the enumeration and returns the last element.
 int next()
          Moves the enumerator forward and returns the network element pointed by the enumerator.
 int prev()
          Returns the network element pointed by the enumerator and moves the enumerator backward.
 void reset()
          Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration.
 

Field Detail

IID5db91db4_afb4_11d0_9ccd_00805f74d243

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

getNetwork

INetwork getNetwork()
                    throws java.io.IOException,
                           AutomationException
Network from which these elements came.

Returns:
A reference to a com.esri.arcgis.geodatabase.INetwork
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
Number of network elements in this enumeration.

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

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
Type of network elements in this enumeration.

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

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

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

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

last

int last()
         throws java.io.IOException,
                AutomationException
Forces the enumerator pointing at the last element in the enumeration and returns the last element.

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

prev

int prev()
         throws java.io.IOException,
                AutomationException
Returns the network element pointed by the enumerator and moves the enumerator backward.

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