public interface INetworkForwardStarAdjacencies
extends java.io.Serializable
Description: 'Provides access to members that specify the adjacent network elements returned by the NetworkForwardStar object.' 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 |
IID
Deprecated.
Internal use only
|
static int |
IIDf7b90a86_48db_46fe_af94_869e19b9fe75 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of adjacent edges returned by the NetworkForwardStar object.
|
boolean |
isHasTurn(int index)
Indicates if the adjacent edge at the specified index has a turn.
|
boolean |
isHasTurnRestriction()
Indicates if any of the adjacent edges are restricted due to a turn restriction.
|
void |
queryAtJunction(INetworkJunction junction)
Queries the junction element used as the atJunction in the NetworkForwardStar object.
|
void |
queryEdge(int index,
INetworkEdge adjacentEdge,
double[] fromPosition,
double[] toPosition)
Queries the adjacent edge element at the specified index.
|
void |
queryToJunction(int index,
INetworkJunction adjacentJunction,
boolean[] isFiltered)
For the adjacent edge element at the specified index, queries the junction element opposite of the atJunction.
|
void |
queryTurn(int index,
INetworkTurn adjacentTurn)
Queries the turn element that passes through the fromEdge, the atJunction, and the adjacent edge at the specified index.
|
static final int IIDf7b90a86_48db_46fe_af94_869e19b9fe75
static final int xxDummy
static final java.lang.String IID
int getCount()
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.void queryEdge(int index,
INetworkEdge adjacentEdge,
double[] fromPosition,
double[] toPosition)
throws java.io.IOException,
AutomationException
index - The index (in)adjacentEdge - A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)fromPosition - The fromPosition (out: use single element array)toPosition - The toPosition (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryToJunction(int index,
INetworkJunction adjacentJunction,
boolean[] isFiltered)
throws java.io.IOException,
AutomationException
index - The index (in)adjacentJunction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)isFiltered - The isFiltered (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void queryTurn(int index,
INetworkTurn adjacentTurn)
throws java.io.IOException,
AutomationException
index - The index (in)adjacentTurn - 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.boolean isHasTurn(int index)
throws java.io.IOException,
AutomationException
index - The index (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isHasTurnRestriction()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.