Method | Description | |
---|---|---|
CreateSolverContext ( INetworkDataset networkDataset ) : INAContext |
Create NASolver and NAContext
|
|
DisplayOutput ( ) : void |
Get the VRP route output
|
|
GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset |
Geodatabase function: get network dataset
|
|
GetGPMessagesAsString ( IGPMessages gpMessages ) : string | ||
LoadNANetworkLocations ( string strNAClassName, ITable inputTable ) : void |
Load the input table and create field map to map fields from input table to NAClass
|
|
OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset |
Geodatabase function: open network dataset
|
|
OpenWorkspace ( string strGDBName ) : IWorkspace |
Geodatabase function: open workspace
|
|
RefreshMapDisplay ( ) : void | ||
SetSolverSettings ( ) : void |
Set solver settings
|
|
frmVRPSolver ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
GetAttributeUnitType ( esriNetworkAttributeUnits units ) : string |
Check whether the attribute unit is time or distance unit.
|
|
Initialize ( ) : void |
Initialize the solver by calling the ArcGIS Network Analyst extension functions.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cmdSolve_Click ( object sender, EventArgs e ) : void |
Call VRP solver and display the results
|
public CreateSolverContext ( INetworkDataset networkDataset ) : INAContext | ||
networkDataset | INetworkDataset | Input network dataset |
return | INAContext |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset | ||
networkDataset | INetworkDataset | Input network dataset |
return | IDENetworkDataset |
public GetGPMessagesAsString ( IGPMessages gpMessages ) : string | ||
gpMessages | IGPMessages | GPMessages container |
return | string |
public LoadNANetworkLocations ( string strNAClassName, ITable inputTable ) : void | ||
strNAClassName | string | NAClass name |
inputTable | ITable | Input table |
return | void |
public OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset | ||
workspace | IWorkspace | Input workspace |
featureDatasetName | string | |
strNDSName | string | Dataset name |
return | INetworkDataset |
public OpenWorkspace ( string strGDBName ) : IWorkspace | ||
strGDBName | string | Input file name |
return | IWorkspace |