|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.SMNetAttribute
public class SMNetAttribute
Deprecated as of 10.1. Information about network attribute properties.
Constructor Summary | |
---|---|
SMNetAttribute(Object obj)
Construct a SMNetAttribute using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getName()
The network attribute name. |
int |
getType()
The network attribute type. |
int |
getUsageType()
The network attribute usage type. |
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 SMNetAttribute(Object obj) throws IOException
obj
to SMNetAttribute
. *
SMNetAttribute o = (SMNetAttribute)obj; // will not work
SMNetAttribute o = new SMNetAttribute(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SMNetAttribute theSMNetAttribute = (SMNetAttribute) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
Contains the name of the network attribute property.
getName
in interface ISMNetAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws IOException, AutomationException
Contains the type of the network attribute.
getType
in interface ISMNetAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUsageType() throws IOException, AutomationException
getUsageType
in interface ISMNetAttribute2
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 |