com.esri.arcgis.networkanalyst
Interface INAVRPResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INAVRPResultProxy, NAVRPResult

public interface INAVRPResult
extends java.io.Serializable

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

Description: 'Provides access to the VRP result object.' 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 IIDcd299d0c_68ec_4c48_92db_d5653d92654d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INAODCostMatrix getInternalODCostMatrix()
          The internal OD cost matrix.
 INAContext getInternalRouteContext()
          The NAContext for the internal route problem.
 

Field Detail

IIDcd299d0c_68ec_4c48_92db_d5653d92654d

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

getInternalODCostMatrix

INAODCostMatrix getInternalODCostMatrix()
                                        throws java.io.IOException,
                                               AutomationException
The internal OD cost matrix.

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

getInternalRouteContext

INAContext getInternalRouteContext()
                                   throws java.io.IOException,
                                          AutomationException
The NAContext for the internal route problem.

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