|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.EnumNetEIDArray
public class EnumNetEIDArray
COM Class 'EnumNetEIDArray'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A container for defining a network element ID (EID) enumeration.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumNetEID |
---|
IID, IID5db91db4_afb4_11d0_9ccd_00805f74d243, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumNetEIDBuilderGEN |
---|
IID, IID17582ddf_c06d_4c81_b32a_f23b74b1546e, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.IEnumNetEIDBuilder |
---|
IID, IID697ada1e_a05c_4ffb_bd41_eb47b1773310, xxDummy |
Constructor Summary | |
---|---|
EnumNetEIDArray()
Constructs a EnumNetEIDArray using ArcGIS Engine. |
|
EnumNetEIDArray(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. EnumNetEIDArray theEnumNetEIDArray = (EnumNetEIDArray) obj; |
Method Summary | |
---|---|
void |
add(int eID)
Adds an element to this EID enumeration. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
Number of network elements in this enumeration. |
int |
getElementType()
Type of network elements in this enumeration. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
INetwork |
getNetwork()
Network from which these elements came. |
int |
hashCode()
the hashcode for this object |
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 |
release()
Release a EnumNetEIDArray. |
void |
reset()
Forces the enumerator pointing before first network element; a subsequent next gives the first network element in the enumeration. |
void |
setEIDs(int[] rhs1)
Array of EIDs in this 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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumNetEIDArray() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic EnumNetEIDArray(java.lang.Object obj) throws java.io.IOException
EnumNetEIDArray theEnumNetEIDArray = (EnumNetEIDArray) obj;
obj
to EnumNetEIDArray
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public INetwork getNetwork() throws java.io.IOException, AutomationException
getNetwork
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElementType() throws java.io.IOException, AutomationException
getElementType
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int next() throws java.io.IOException, AutomationException
next
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int last() throws java.io.IOException, AutomationException
last
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int prev() throws java.io.IOException, AutomationException
prev
in interface IEnumNetEID
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNetworkByRef(INetwork rhs1) throws java.io.IOException, AutomationException
setNetworkByRef
in interface IEnumNetEIDBuilder
setNetworkByRef
in interface IEnumNetEIDBuilderGEN
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
add
in interface IEnumNetEIDBuilder
add
in interface IEnumNetEIDBuilderGEN
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
setElementType
in interface IEnumNetEIDBuilder
setElementType
in interface IEnumNetEIDBuilderGEN
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[] rhs1) throws java.io.IOException, AutomationException
setEIDs
in interface IEnumNetEIDBuilderGEN
rhs1
- The rhs1 (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
setEIDs
in interface IEnumNetEIDBuilder
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 |