|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMNetBarrier
Deprecated as of 10.1. Provides access to the network barrier properties.
Represents the network barrier properties interface.
Network barrier is a point on the routing data network. When you put a barrier on some street segment, it indicates the Router that it has to find the path around that point.
Method Summary | |
---|---|
int |
getBarrierID()
The network barrier ID. |
ISMRouterPoint |
getPoint()
Geographic location of the barrier. |
void |
setBarrierID(int pVal)
The network barrier ID. |
void |
setPoint(ISMRouterPoint pVal)
Geographic location of the barrier. |
Method Detail |
---|
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISMRouterPoint getPoint() throws IOException, AutomationException
Returns the geographic location of the barrier.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPoint(ISMRouterPoint pVal) throws IOException, AutomationException
Writes the geographic location of the barrier.
pVal
- 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 |