com.esri.arcgis.networkanalyst
Interface INASolverForwardStar

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INASolverForwardStarProxy, NAClosestFacilitySolver, NALocationAllocationSolver, NAODCostMatrixSolver, NARouteSolver, NAServiceAreaSolver, NAVRPSolver

public interface INASolverForwardStar
extends java.io.Serializable

COM Interface 'INASolverForwardStar'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Creates a network dataset forward star which honors the current solver settings as well as any barriers.' 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 IIDfba968bd_33cb_428f_a61c_ddb10003be16
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkForwardStarEx createForwardStar(INAContext context, boolean isForwardTraversal)
          Creates a network dataset forward star which honors the current solver settings as well as any barriers.
 

Field Detail

IIDfba968bd_33cb_428f_a61c_ddb10003be16

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

createForwardStar

INetworkForwardStarEx createForwardStar(INAContext context,
                                        boolean isForwardTraversal)
                                        throws java.io.IOException,
                                               AutomationException
Creates a network dataset forward star which honors the current solver settings as well as any barriers.

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