com.esri.arcgis.geodatabase
Interface INetworkForwardStar

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkForwardStarProxy, NetworkForwardStar

public interface INetworkForwardStar
extends java.io.Serializable

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

Description: 'Provides access to members that query information about adjacent elements in the network dataset.' 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 IIDfde593a2_8e96_40c8_8ab2_6da6d60af9b9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isFiltered(INetworkElement element)
          Indicates if the given network element is filtered out from the adjacencies object.
 void queryAdjacencies(INetworkJunction atJunction, INetworkEdge fromEdge, INetworkEdge lastExteriorEdge, INetworkForwardStarAdjacencies adjacencies)
          Finds all network elements that are adjacent to the given sequence of network elements.
 

Field Detail

IIDfde593a2_8e96_40c8_8ab2_6da6d60af9b9

static final int IIDfde593a2_8e96_40c8_8ab2_6da6d60af9b9
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

queryAdjacencies

void queryAdjacencies(INetworkJunction atJunction,
                      INetworkEdge fromEdge,
                      INetworkEdge lastExteriorEdge,
                      INetworkForwardStarAdjacencies adjacencies)
                      throws java.io.IOException,
                             AutomationException
Finds all network elements that are adjacent to the given sequence of network elements.

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

isFiltered

boolean isFiltered(INetworkElement element)
                   throws java.io.IOException,
                          AutomationException
Indicates if the given network element is filtered out from the adjacencies object.

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