com.esri.arcgis.networkanalyst
Interface INAServerSolverParams2

All Superinterfaces:
INAServerSolverParams, java.io.Serializable
All Known Subinterfaces:
INAServerSolverParams3
All Known Implementing Classes:
INAServerSolverParams2Proxy, INAServerSolverParams3Proxy, NAServerClosestFacilityParams, NAServerLocationAllocationParams, NAServerODCostMatrixParams, NAServerRouteParams, NAServerServiceAreaParams, NAServerVRPParams

public interface INAServerSolverParams2
extends INAServerSolverParams, java.io.Serializable

COM Interface 'INAServerSolverParams2'. 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 specify the solver settings and return parameters used during 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 IID1fb9dd3f_a315_4df0_a02a_3358a2bee920
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
IID40635a1f_4c95_4f57_a220_c683941715e5
 
Method Summary
 java.lang.String getLayerToken()
          Token identifying the network analysis layer on the server to use.
 boolean isReturnPartialResultsOnError()
          Indicates if the result object should be returned even if an error was generated during the solve operation.
 boolean isSaveLayerOnServer()
          Indicates if the resulting analysis layer should be saved on the server.
 void setLayerToken(java.lang.String layerToken)
          Token identifying the network analysis layer on the server to use.
 void setReturnPartialResultsOnError(boolean returnPartialResultsOnError)
          Indicates if the result object should be returned even if an error was generated during the solve operation.
 void setSaveLayerOnServer(boolean saveLayerOnServer)
          Indicates if the resulting analysis layer should be saved on the server.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits
 

Field Detail

IID1fb9dd3f_a315_4df0_a02a_3358a2bee920

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

setReturnPartialResultsOnError

void setReturnPartialResultsOnError(boolean returnPartialResultsOnError)
                                    throws java.io.IOException,
                                           AutomationException
Indicates if the result object should be returned even if an error was generated during the solve operation.

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

isReturnPartialResultsOnError

boolean isReturnPartialResultsOnError()
                                      throws java.io.IOException,
                                             AutomationException
Indicates if the result object should be returned even if an error was generated during the solve operation.

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

setSaveLayerOnServer

void setSaveLayerOnServer(boolean saveLayerOnServer)
                          throws java.io.IOException,
                                 AutomationException
Indicates if the resulting analysis layer should be saved on the server.

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

isSaveLayerOnServer

boolean isSaveLayerOnServer()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the resulting analysis layer should be saved on the server.

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

setLayerToken

void setLayerToken(java.lang.String layerToken)
                   throws java.io.IOException,
                          AutomationException
Token identifying the network analysis layer on the server to use.

Parameters:
layerToken - The layerToken (in)
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 the network analysis layer on the server to use.

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