|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.SMNetAttributesCollection
public class SMNetAttributesCollection
The collection of network attributes.
Constructor Summary | |
---|---|
SMNetAttributesCollection(Object obj)
Construct a SMNetAttributesCollection using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getCount()
The number of attributes in the collection. |
ISMNetAttribute |
getItem(int position)
The network attribute at a specified index in the collection. |
int |
hashCode()
the hashcode for this object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SMNetAttributesCollection(Object obj) throws IOException
obj
to SMNetAttributesCollection
. *
SMNetAttributesCollection o = (SMNetAttributesCollection)obj; // will not work
SMNetAttributesCollection o = new SMNetAttributesCollection(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SMNetAttributesCollection theSMNetAttributesCollection = (SMNetAttributesCollection) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getCount() throws IOException, AutomationException
Returns the number of attributes in the network attributes collection.
getCount
in interface ISMNetAttributesCollection
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISMNetAttribute getItem(int position) throws IOException, AutomationException
getItem
in interface ISMNetAttributesCollection
position
- The position (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 |