com.esri.arcgis.networkanalyst
Interface esriGPNAServerMessageCodeEnum

All Superinterfaces:
java.io.Serializable

public interface esriGPNAServerMessageCodeEnum
extends java.io.Serializable

Constants from esriGPNAServerMessageCodeEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Network Analyst Geoprocessing server log message codes.' 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 int esriGPNAServerMessageCode_LoadLocations
          NAClasses were loaded.
static int esriGPNAServerMessageCode_NetworkDatasetOpened
          The Network Dataset was opened.
static int esriGPNAServerMessageCode_PopulateDirectionsOutput
          Populated directions output.
static int esriGPNAServerMessageCode_PopulateOrdersOutput
          Populated unassigned orders output.
static int esriGPNAServerMessageCode_PopulateRoutesOutput
          Populated routes output.
static int esriGPNAServerMessageCode_PopulateStopsOutput
          Populated stops output.
static int esriGPNAServerMessageCode_SolveAnalysis
          Solved the network analysis.
 

Field Detail

esriGPNAServerMessageCode_NetworkDatasetOpened

static final int esriGPNAServerMessageCode_NetworkDatasetOpened
The Network Dataset was opened.

See Also:
Constant Field Values

esriGPNAServerMessageCode_LoadLocations

static final int esriGPNAServerMessageCode_LoadLocations
NAClasses were loaded.

See Also:
Constant Field Values

esriGPNAServerMessageCode_SolveAnalysis

static final int esriGPNAServerMessageCode_SolveAnalysis
Solved the network analysis.

See Also:
Constant Field Values

esriGPNAServerMessageCode_PopulateOrdersOutput

static final int esriGPNAServerMessageCode_PopulateOrdersOutput
Populated unassigned orders output.

See Also:
Constant Field Values

esriGPNAServerMessageCode_PopulateStopsOutput

static final int esriGPNAServerMessageCode_PopulateStopsOutput
Populated stops output.

See Also:
Constant Field Values

esriGPNAServerMessageCode_PopulateRoutesOutput

static final int esriGPNAServerMessageCode_PopulateRoutesOutput
Populated routes output.

See Also:
Constant Field Values

esriGPNAServerMessageCode_PopulateDirectionsOutput

static final int esriGPNAServerMessageCode_PopulateDirectionsOutput
Populated directions output.

See Also:
Constant Field Values