com.esri.arcgis.networkanalyst
Interface INAServerSolverResults

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INAServerClosestFacilityResults, INAServerClosestFacilityResults2, INAServerClosestFacilityResults3, INAServerLocationAllocationResults, INAServerODCostMatrixResults, INAServerRouteResults, INAServerRouteResults2, INAServerRouteResults3, INAServerServiceAreaResults, INAServerServiceAreaResults2, INAServerSolverResults2, INAServerVRPResults
All Known Implementing Classes:
INAServerClosestFacilityResults2Proxy, INAServerClosestFacilityResults3Proxy, INAServerClosestFacilityResultsProxy, INAServerLocationAllocationResultsProxy, INAServerODCostMatrixResultsProxy, INAServerRouteResults2Proxy, INAServerRouteResults3Proxy, INAServerRouteResultsProxy, INAServerServiceAreaResults2Proxy, INAServerServiceAreaResultsProxy, INAServerSolverResults2Proxy, INAServerSolverResultsProxy, INAServerVRPResultsProxy, NAServerClosestFacilityResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, NAServerRouteResults, NAServerServiceAreaResults, NAServerVRPResults

public interface INAServerSolverResults
extends java.io.Serializable

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

Description: 'Deprecated as of 10.0. Provides access to properties that contain the results of performing network analysis with NAServer.' 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 IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMapImage getMapImage()
          MapImage containing the network analysis result.
 IGPMessages getSolveMessages()
          Error and warning messages returned by the network analysis solver.
 

Field Detail

IID565f42a0_6ffa_4f2c_aae8_bee8c035268e

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

getMapImage

IMapImage getMapImage()
                      throws java.io.IOException,
                             AutomationException
MapImage containing the network analysis result.

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

getSolveMessages

IGPMessages getSolveMessages()
                             throws java.io.IOException,
                                    AutomationException
Error and warning messages returned by the network analysis solver.

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