com.esri.arcgis.geodatabase
Interface INetworkForwardStarAdjacencies

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkForwardStarAdjacenciesProxy, NetworkForwardStarAdjacencies

public interface INetworkForwardStarAdjacencies
extends java.io.Serializable

COM Interface 'INetworkForwardStarAdjacencies'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf7b90a86_48db_46fe_af94_869e19b9fe75
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDf7b90a86_48db_46fe_af94_869e19b9fe75

static final int IIDf7b90a86_48db_46fe_af94_869e19b9fe75
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
Method Detail

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
Number of adjacent edges returned by the NetworkForwardStar object.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryAtJunction

void queryAtJunction(INetworkJunction junction)
                     throws java.io.IOException,
                            AutomationException
Queries the junction element used as the atJunction in the NetworkForwardStar object.

Parameters:
junction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryEdge

void queryEdge(int index,
               INetworkEdge adjacentEdge,
               double[] fromPosition,
               double[] toPosition)
               throws java.io.IOException,
                      AutomationException
Queries the adjacent edge element at the specified index.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryToJunction

void queryToJunction(int index,
                     INetworkJunction adjacentJunction,
                     boolean[] isFiltered)
                     throws java.io.IOException,
                            AutomationException
For the adjacent edge element at the specified index, queries the junction element opposite of the atJunction.

Parameters:
index - The index (in)
adjacentJunction - A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
isFiltered - The isFiltered (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTurn

void queryTurn(int index,
               INetworkTurn adjacentTurn)
               throws java.io.IOException,
                      AutomationException
Queries the turn element that passes through the fromEdge, the atJunction, and the adjacent edge at the specified index.

Parameters:
index - The index (in)
adjacentTurn - A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasTurn

boolean isHasTurn(int index)
                  throws java.io.IOException,
                         AutomationException
Indicates if the adjacent edge at the specified index has a turn.

Parameters:
index - The index (in)
Returns:
The hasTurn
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasTurnRestriction

boolean isHasTurnRestriction()
                             throws java.io.IOException,
                                    AutomationException
Indicates if any of the adjacent edges are restricted due to a turn restriction.

Returns:
The hasTurnRestriction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.