com.esri.arcgis.networkanalyst
Interface INAODCostMatrixSolver

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAODCostMatrixSolver2
All Known Implementing Classes:
INAODCostMatrixSolver2Proxy, INAODCostMatrixSolverProxy, NAODCostMatrixSolver, NAServerODCostMatrixParams

public interface INAODCostMatrixSolver
extends java.io.Serializable

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

Description: 'Provides access to the origin-destination matrix 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 IID652a9b5b_1b75_4501_99fb_bc6452a092f7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getDefaultCutoff()
          The default cutoff value to stop traversing.
 java.lang.Object getDefaultTargetDestinationCount()
          The default number of destinations to find.
 int getOutputLines()
          Indicates how lines are generated.
 void setDefaultCutoff(java.lang.Object value)
          The default cutoff value to stop traversing.
 void setDefaultTargetDestinationCount(java.lang.Object value)
          The default number of destinations to find.
 void setOutputLines(int value)
          Indicates how lines are generated.
 

Field Detail

IID652a9b5b_1b75_4501_99fb_bc6452a092f7

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

getDefaultTargetDestinationCount

java.lang.Object getDefaultTargetDestinationCount()
                                                  throws java.io.IOException,
                                                         AutomationException
The default number of destinations to find.

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

setDefaultTargetDestinationCount

void setDefaultTargetDestinationCount(java.lang.Object value)
                                      throws java.io.IOException,
                                             AutomationException
The default number of destinations to find.

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

getDefaultCutoff

java.lang.Object getDefaultCutoff()
                                  throws java.io.IOException,
                                         AutomationException
The default cutoff value to stop traversing.

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

setDefaultCutoff

void setDefaultCutoff(java.lang.Object value)
                      throws java.io.IOException,
                             AutomationException
The default cutoff value to stop traversing.

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

getOutputLines

int getOutputLines()
                   throws java.io.IOException,
                          AutomationException
Indicates how lines are generated.

Returns:
A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputLines

void setOutputLines(int value)
                    throws java.io.IOException,
                           AutomationException
Indicates how lines are generated.

Parameters:
value - A com.esri.arcgis.networkanalyst.esriNAOutputLineType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.