com.esri.arcgis.networkanalyst
Interface INAODCostMatrixSolver2

All Superinterfaces:
INAODCostMatrixSolver, java.io.Serializable
All Known Implementing Classes:
INAODCostMatrixSolver2Proxy, NAODCostMatrixSolver, NAServerODCostMatrixParams

public interface INAODCostMatrixSolver2
extends INAODCostMatrixSolver, java.io.Serializable

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

Description: 'Provides access to the OD cost 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 IID08f1c93f_21e6_4f34_869f_100eba4720d9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAODCostMatrixSolver
IID652a9b5b_1b75_4501_99fb_bc6452a092f7
 
Method Summary
 int getMatrixResultType()
          Indicates the type of matrix result to be created.
 boolean isPopulateODLines()
          Indicates if the ODLines class is to be populated.
 void setMatrixResultType(int type)
          Indicates the type of matrix result to be created.
 void setPopulateODLines(boolean value)
          Indicates if the ODLines class is to be populated.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAODCostMatrixSolver
getDefaultCutoff, getDefaultTargetDestinationCount, getOutputLines, setDefaultCutoff, setDefaultTargetDestinationCount, setOutputLines
 

Field Detail

IID08f1c93f_21e6_4f34_869f_100eba4720d9

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

getMatrixResultType

int getMatrixResultType()
                        throws java.io.IOException,
                               AutomationException
Indicates the type of matrix result to be created.

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

setMatrixResultType

void setMatrixResultType(int type)
                         throws java.io.IOException,
                                AutomationException
Indicates the type of matrix result to be created.

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

isPopulateODLines

boolean isPopulateODLines()
                          throws java.io.IOException,
                                 AutomationException
Indicates if the ODLines class is to be populated.

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

setPopulateODLines

void setPopulateODLines(boolean value)
                        throws java.io.IOException,
                               AutomationException
Indicates if the ODLines class is to be populated.

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