com.esri.arcgis.networkanalysis
Interface IEdgeFlag

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EdgeFlag, IEdgeFlagProxy

public interface IEdgeFlag
extends java.io.Serializable

COM Interface 'IEdgeFlag'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that return and set properties that are specific to edge flags on the network.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID19f99c8f_a089_11d0_9cc9_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID19f99c8f_a089_11d0_9cc9_00805f74d243

static final int IID19f99c8f_a089_11d0_9cc9_00805f74d243
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPosition

float getPosition()
                  throws java.io.IOException,
                         AutomationException
Position of the flag along the edge.

Returns:
The position
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPosition

void setPosition(float position)
                 throws java.io.IOException,
                        AutomationException
Position of the flag along the edge.

Parameters:
position - The position (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTwoWay

boolean isTwoWay()
                 throws java.io.IOException,
                        AutomationException
Indicates if the trace can proceed in either direction from this edge flag.

Returns:
The twoWay
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTwoWay

void setTwoWay(boolean twoWay)
               throws java.io.IOException,
                      AutomationException
Indicates if the trace can proceed in either direction from this edge flag.

Parameters:
twoWay - The twoWay (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.