|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void setNetworkByRef(INetwork rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.geodatabase.INetwork (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void add(int eID)
throws java.io.IOException,
AutomationException
eID - The eID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElementType(int rhs1)
throws java.io.IOException,
AutomationException
rhs1 - A com.esri.arcgis.geodatabase.esriElementType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEIDs(int count,
int[] rhs2)
throws java.io.IOException,
AutomationException
This method is not callable from Java. Please use IEnumNetEIDBuilderGEN::EIDs.
You can also add EIDs one at a time using the IEnumNetEIDBuilder::Add method.
count - The count (in)rhs2 - The rhs2 (in)
java.io.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 | |||||||||