com.esri.arcgis.networkanalyst
Interface INAServerSolverResults2

All Superinterfaces:
INAServerSolverResults, java.io.Serializable
All Known Implementing Classes:
INAServerSolverResults2Proxy, NAServerClosestFacilityResults, NAServerLocationAllocationResults, NAServerODCostMatrixResults, NAServerRouteResults, NAServerServiceAreaResults, NAServerVRPResults

public interface INAServerSolverResults2
extends INAServerSolverResults, java.io.Serializable

COM Interface 'INAServerSolverResults2'. 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 IIDe8c632b3_b750_46ed_a40b_8f2494b1922c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
 
Method Summary
 java.lang.String getLayerToken()
          Token identifying of the network analysis layer saved on the server.
 int getSolveErrorCode()
          Error code returned by solve operation if it failed.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Field Detail

IIDe8c632b3_b750_46ed_a40b_8f2494b1922c

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

getSolveErrorCode

int getSolveErrorCode()
                      throws java.io.IOException,
                             AutomationException
Error code returned by solve operation if it failed.

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

getLayerToken

java.lang.String getLayerToken()
                               throws java.io.IOException,
                                      AutomationException
Token identifying of the network analysis layer saved on the server.

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