com.esri.arcgis.geodatabase
Interface IEnumNetEIDBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumNetEIDArray

public interface IEnumNetEIDBuilder
extends Serializable

Provides access to members that build an enumeration of network element IDs (EIDs).

Product Availability

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

Not all members are callable from Java. Please use IEnumNetEIDBuilderGEN instead.


Method Summary
 void add(int eID)
          Adds an element to this EID enumeration.
 void setEIDs(int count, int[] rhs2)
          Array of EIDs in this enumeration.
 void setElementType(int rhs1)
          Type of network elements to be in this enumeration.
 void setNetworkByRef(INetwork rhs1)
          Network from which these elements came.
 

Method Detail

setNetworkByRef

void setNetworkByRef(INetwork rhs1)
                     throws IOException,
                            AutomationException
Network from which these elements came.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.INetwork (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

add

void add(int eID)
         throws IOException,
                AutomationException
Adds an element to this EID enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
eID - The eID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setElementType

void setElementType(int rhs1)
                    throws IOException,
                           AutomationException
Type of network elements to be in this enumeration.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - A com.esri.arcgis.geodatabase.esriElementType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEIDs

void setEIDs(int count,
             int[] rhs2)
             throws IOException,
                    AutomationException
Array of EIDs in this enumeration.

Product Availability

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

Parameters:
count - The count (in)
rhs2 - The rhs2 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.