com.esri.arcgis.geodatabase
Interface INetworkTurn2

All Superinterfaces:
INetworkElement, INetworkTurn, java.io.Serializable
All Known Implementing Classes:
INetworkTurn2Proxy, NetworkTurn

public interface INetworkTurn2
extends INetworkTurn, java.io.Serializable

COM Interface 'INetworkTurn2'. 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 element.' 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_1610874880_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfc74a0bd_1fa9_4669_a9fe_02833ff07547
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkTurn
DISPID_100_GET_NAME, DISPID_110_NAME, DISPID_120_GET_NAME, DISPID_130_GET_NAME, DISPID_140_NAME, IIDe284790c_e7b0_40c5_8ea8_146323bedefa
 
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
 java.lang.Object getAttributeValueAtTime(int attributeID, java.util.Date localTime, int timeUsage)
          Value of this network element for the given network attribute ID and local time.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkTurn
getAngle, getEdgeCount, getTurnType, queryAtJunction, queryEdge
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkElement
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
 

Field Detail

IIDfc74a0bd_1fa9_4669_a9fe_02833ff07547

static final int IIDfc74a0bd_1fa9_4669_a9fe_02833ff07547
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_1610874880_GET_NAME

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

getAttributeValueAtTime

java.lang.Object getAttributeValueAtTime(int attributeID,
                                         java.util.Date localTime,
                                         int timeUsage)
                                         throws java.io.IOException,
                                                AutomationException
Value of this network element for the given network attribute ID and local time.

Parameters:
attributeID - The attributeID (in)
localTime - The localTime (in)
timeUsage - A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.