public interface INetworkJunction extends INetworkElement, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DISPID_100_GET_NAME |
static java.lang.String |
DISPID_110_GET_NAME |
static java.lang.String |
DISPID_150_NAME |
static java.lang.String |
DISPID_160_NAME |
static java.lang.String |
DISPID_1610809349_GET_NAME |
static java.lang.String |
DISPID_170_NAME |
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe3d2d64e_c620_4262_888a_dc724a82f62d |
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 |
---|---|
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 adjacent to this network junction element.
|
int |
getTurnCount()
Number of network turn elements anchored at this network junction.
|
void |
queryEdge(int index,
boolean leavingJunction,
INetworkEdge edge)
Queries the index'th network edge element adjacent to this network junction element.
|
void |
queryPoint(IPoint point)
Queries the point object corresponding to this network junction element.
|
void |
queryTurn(int index,
INetworkTurn turn)
Queries the index'th network turn element anchored at this network junction element.
|
getAttributeValue, getAttributeValueByName, getEID, getElementType, getOID, getSourceID
static final int IIDe3d2d64e_c620_4262_888a_dc724a82f62d
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_GET_NAME
static final java.lang.String DISPID_150_NAME
static final java.lang.String DISPID_160_NAME
static final java.lang.String DISPID_170_NAME
static final java.lang.String DISPID_1610809349_GET_NAME
int getEdgeCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTurnCount() 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, boolean leavingJunction, INetworkEdge edge) throws java.io.IOException, AutomationException
index
- The index (in)leavingJunction
- The leavingJunction (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.void queryTurn(int index, INetworkTurn turn) throws java.io.IOException, AutomationException
index
- The index (in)turn
- A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryPoint(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (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.