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 =
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. |
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
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.