|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEdgeFlag
Provides access to members that return and set properties that are specific to edge flags on the network.
Edge flags can only be created on edges. If you want to create a flag on a junction use IJunctionFlag.
IJunctionFlag
,
IEdgeFlag
,
INetFlag
Method Summary | |
---|---|
float |
getPosition()
Position of the flag along the edge. |
boolean |
isTwoWay()
Indicates if the trace can proceed in either direction from this edge flag. |
void |
setPosition(float position)
Position of the flag along the edge. |
void |
setTwoWay(boolean twoWay)
Indicates if the trace can proceed in either direction from this edge flag. |
Method Detail |
---|
float getPosition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPosition(float position) throws IOException, AutomationException
position
- The position (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTwoWay() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTwoWay(boolean twoWay) throws IOException, AutomationException
twoWay
- The twoWay (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 |