|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesfile.SMNetBarrier
public class SMNetBarrier
Deprecated as of 10.1. The network barrier object.
| Constructor Summary | |
|---|---|
SMNetBarrier()
Constructs a SMNetBarrier using ArcGIS Engine. |
|
SMNetBarrier(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SMNetBarrier theSMNetBarrier = (SMNetBarrier) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
int |
getBarrierID()
The network barrier ID. |
static String |
getClsid()
getClsid. |
ISMRouterPoint |
getPoint()
Geographic location of the barrier. |
int |
hashCode()
the hashcode for this object |
void |
setBarrierID(int pVal)
The network barrier ID. |
void |
setPoint(ISMRouterPoint pVal)
Geographic location of the barrier. |
| 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 SMNetBarrier()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SMNetBarrier(Object obj)
throws IOException
SMNetBarrier theSMNetBarrier = (SMNetBarrier) obj;
obj to SMNetBarrier.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getBarrierID()
throws IOException,
AutomationException
Returns the network barrier ID.
BarrierID contains user-defined number that may be used to identify barriers in the barriers collection.
getBarrierID in interface ISMNetBarrierIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBarrierID(int pVal)
throws IOException,
AutomationException
Writes the network barrier ID.
BarrierID contains user-defined number that may be used to identify barriers in the barriers collection.
setBarrierID in interface ISMNetBarrierpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISMRouterPoint getPoint()
throws IOException,
AutomationException
Returns the geographic location of the barrier.
getPoint in interface ISMNetBarrierIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPoint(ISMRouterPoint pVal)
throws IOException,
AutomationException
Writes the geographic location of the barrier.
setPoint in interface ISMNetBarrierpVal - A reference to a com.esri.arcgis.datasourcesfile.ISMRouterPoint (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 | ||||||||