com.esri.arcgis.geodatabase
Interface INetworkJunction2

All Superinterfaces:
INetworkElement, INetworkJunction, java.io.Serializable
All Known Implementing Classes:
INetworkJunction2Proxy, NetworkJunction

public interface INetworkJunction2
extends INetworkJunction, java.io.Serializable

COM Interface 'INetworkJunction2'. 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 junction 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 IID10c79f21_f00b_4f1f_b6d3_372c8dc3c129
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkJunction
DISPID_100_GET_NAME, DISPID_110_GET_NAME, DISPID_150_NAME, DISPID_160_NAME, DISPID_170_NAME, IIDe3d2d64e_c620_4262_888a_dc724a82f62d
 
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.INetworkJunction
getEdgeCount, getTurnCount, queryEdge, queryPoint, queryTurn
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkElement
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
 

Field Detail

IID10c79f21_f00b_4f1f_b6d3_372c8dc3c129

static final int IID10c79f21_f00b_4f1f_b6d3_372c8dc3c129
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.