public interface INetworkTurn extends INetworkElement, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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 |
DISPID_1610809349_GET_NAME |
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe284790c_e7b0_40c5_8ea8_146323bedefa |
static int |
xxDummy
Deprecated.
Internal use only
|
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
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
Angle of the turning movement described by this network turn.
|
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.
|
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.
|
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
static final int IIDe284790c_e7b0_40c5_8ea8_146323bedefa
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_100_GET_NAME
static final java.lang.String DISPID_110_NAME
static final java.lang.String DISPID_120_GET_NAME
static final java.lang.String DISPID_130_GET_NAME
static final java.lang.String DISPID_140_NAME
static final java.lang.String DISPID_1610809349_GET_NAME
int getTurnType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryAtJunction(INetworkJunction junction) throws java.io.IOException, AutomationException
junction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getEdgeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryEdge(int index, INetworkEdge edge) throws java.io.IOException, AutomationException
index
- The index (in)edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAttributeValueAtTime(int attributeID, java.util.Date localTime, int timeUsage) throws java.io.IOException, AutomationException
attributeID
- The attributeID (in)localTime
- The localTime (in)timeUsage
- A com.esri.arcgis.geodatabase.esriNetworkTimeUsage constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.