Метод | Описание | |
---|---|---|
CreateSolverContext ( INetworkDataset networkDataset ) : INAContext |
Create NASolver and NAContext
|
|
DisplayOutput ( ) : void |
Display analysis results in the list box
|
|
GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset |
Geodatabase function: get network dataset
|
|
GetGPMessagesAsString ( IGPMessages gpMessages ) : string | ||
LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void |
Set solver settings
|
|
OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset |
Geodatabase function: open network dataset
|
|
OpenWorkspace ( string strGDBName ) : IWorkspace |
Geodatabase function: open work space
|
|
SetSolverSettings ( ) : void |
Set solver settings
|
|
frmODCostMatrixSolver ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
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.
|
|
IsNumeric ( string str ) : bool |
Check whether a string represents a double value.
|
|
cmdSolve_Click ( object sender, EventArgs e ) : void |
Call the OD cost matrix solver and display the results
|
public CreateSolverContext ( INetworkDataset networkDataset ) : INAContext | ||
networkDataset | INetworkDataset | Input network dataset |
Результат | INAContext |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset | ||
networkDataset | INetworkDataset | Input network dataset |
Результат | IDENetworkDataset |
public GetGPMessagesAsString ( IGPMessages gpMessages ) : string | ||
gpMessages | IGPMessages | GPMessages container |
Результат | string |
public LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void | ||
strNAClassName | string | NAClass name |
inputFC | IFeatureClass | Input feature class |
maxSnapTolerance | double | Max snap tolerance |
Результат | void |
public OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset | ||
workspace | IWorkspace | Input workspace |
featureDatasetName | string | |
strNDSName | string | Input network dataset name |
Результат | INetworkDataset |
public OpenWorkspace ( string strGDBName ) : IWorkspace | ||
strGDBName | string | Input file name |
Результат | IWorkspace |