|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumNetEIDBuilder
Provides access to members that build an enumeration of network element IDs (EIDs).
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 |
---|
void setNetworkByRef(INetwork rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetwork (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(int eID) throws IOException, AutomationException
eID
- The eID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElementType(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabase.esriElementType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEIDs(int count, int[] rhs2) throws IOException, AutomationException
count
- The count (in)rhs2
- The rhs2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |