com.esri.arcgis.networkanalysis
Interface INetSolver

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetSolverProxy, TraceFlowSolver

public interface INetSolver
extends java.io.Serializable

COM Interface 'INetSolver'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that specify the network and the barriers to be used with this solver.' 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 IID54fb1502_a640_11d0_9cc9_00805f74d243
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void disableElementClass(int classID)
          Sets an element class as disabled within this solver.
 void setElementBarriersByRef(int elementType, INetElementBarriers rhs2)
          Network element barrier set to be used in this solver.
 void setSelectionSetBarriersByRef(ISelectionSetBarriers rhs1)
          Selection set barriers to be used in this solver.
 void setSourceNetworkByRef(INetwork rhs1)
          Source network to be used in this solver.
 

Field Detail

IID54fb1502_a640_11d0_9cc9_00805f74d243

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

setSourceNetworkByRef

void setSourceNetworkByRef(INetwork rhs1)
                           throws java.io.IOException,
                                  AutomationException
Source network to be used in this solver.

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

setElementBarriersByRef

void setElementBarriersByRef(int elementType,
                             INetElementBarriers rhs2)
                             throws java.io.IOException,
                                    AutomationException
Network element barrier set to be used in this solver.

Parameters:
elementType - A com.esri.arcgis.geodatabase.esriElementType constant (in)
rhs2 - A reference to a com.esri.arcgis.networkanalysis.INetElementBarriers (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetBarriersByRef

void setSelectionSetBarriersByRef(ISelectionSetBarriers rhs1)
                                  throws java.io.IOException,
                                         AutomationException
Selection set barriers to be used in this solver.

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

disableElementClass

void disableElementClass(int classID)
                         throws java.io.IOException,
                                AutomationException
Sets an element class as disabled within this solver.

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