com.esri.arcgis.networkanalyst
Interface esriGPNAServerMessageCodeEnum

All Superinterfaces:
Serializable

public interface esriGPNAServerMessageCodeEnum
extends Serializable

Network Analyst Geoprocessing server log message codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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