com.esri.arcgis.geodatabase
Interface INetworkTurn

All Superinterfaces:
INetworkElement, java.io.Serializable
All Known Subinterfaces:
INetworkTurn2
All Known Implementing Classes:
INetworkTurn2Proxy, INetworkTurnProxy, NetworkTurn

public interface INetworkTurn
extends INetworkElement, java.io.Serializable

COM Interface 'INetworkTurn'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that specify the properties of this network turn.' 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 DISPID_100_GET_NAME
           
static java.lang.String DISPID_110_NAME
           
static java.lang.String DISPID_120_GET_NAME
           
static java.lang.String DISPID_130_GET_NAME
           
static java.lang.String DISPID_140_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe284790c_e7b0_40c5_8ea8_146323bedefa
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkElement
DISPID_10_GET_NAME, DISPID_20_GET_NAME, DISPID_30_GET_NAME, DISPID_40_GET_NAME, DISPID_50_GET_NAME, DISPID_60_GET_NAME, IIDed843586_99b4_4e36_9684_5bec34938906
 
Method Summary
 double getAngle()
          Angle of the turning movement described by this network turn.
 int getEdgeCount()
          Number of network edge elements that participate in this network turn.
 int getTurnType()
          Type of network turn.
 void queryAtJunction(INetworkJunction junction)
          Queries the at-junction of this network turn.
 void queryEdge(int index, INetworkEdge edge)
          Queries the index'th edge element of this network turn.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkElement
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
 

Field Detail

IIDe284790c_e7b0_40c5_8ea8_146323bedefa

static final int IIDe284790c_e7b0_40c5_8ea8_146323bedefa
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

DISPID_100_GET_NAME

static final java.lang.String DISPID_100_GET_NAME
See Also:
Constant Field Values

DISPID_110_NAME

static final java.lang.String DISPID_110_NAME
See Also:
Constant Field Values

DISPID_120_GET_NAME

static final java.lang.String DISPID_120_GET_NAME
See Also:
Constant Field Values

DISPID_130_GET_NAME

static final java.lang.String DISPID_130_GET_NAME
See Also:
Constant Field Values

DISPID_140_NAME

static final java.lang.String DISPID_140_NAME
See Also:
Constant Field Values
Method Detail

getTurnType

int getTurnType()
                throws java.io.IOException,
                       AutomationException
Type of network turn.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkTurnType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAtJunction

void queryAtJunction(INetworkJunction junction)
                     throws java.io.IOException,
                            AutomationException
Queries the at-junction of this network turn.

Parameters:
junction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle

double getAngle()
                throws java.io.IOException,
                       AutomationException
Angle of the turning movement described by this network turn.

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

getEdgeCount

int getEdgeCount()
                 throws java.io.IOException,
                        AutomationException
Number of network edge elements that participate in this network turn.

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

queryEdge

void queryEdge(int index,
               INetworkEdge edge)
               throws java.io.IOException,
                      AutomationException
Queries the index'th edge element of this network turn.

Parameters:
index - The index (in)
edge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.