C# Class ClosestFacilitySolver.frmClosestFacilitySolver

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
CreateSolverContext ( INetworkDataset networkDataset ) : void

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

RefreshMapDisplay ( ) : void
SetSolverSettings ( ) : void

Set solver settings

frmClosestFacilitySolver ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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, System e ) : void

Call the Closest Facility cost matrix solver and display the results

Method Details

CreateSolverContext() public method

Create NASolver and NAContext
public CreateSolverContext ( INetworkDataset networkDataset ) : void
networkDataset INetworkDataset Input network dataset
return void

DisplayOutput() public method

Display analysis results in the list box
public DisplayOutput ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetDENetworkDataset() public method

Geodatabase function: get network dataset
public GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset
networkDataset INetworkDataset Input network dataset
return IDENetworkDataset

GetGPMessagesAsString() public method

public GetGPMessagesAsString ( IGPMessages gpMessages ) : string
gpMessages IGPMessages GPMessages container
return string

LoadNANetworkLocations() public method

Set solver settings
public LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void
strNAClassName string NAClass name
inputFC IFeatureClass Input feature class
maxSnapTolerance double Max snap tolerance
return void

OpenNetworkDataset() public method

Geodatabase function: open network dataset
public OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset
workspace IWorkspace Input workspace
featureDatasetName string
strNDSName string Input network dataset name
return INetworkDataset

OpenWorkspace() public method

Geodatabase function: open work space
public OpenWorkspace ( string strGDBName ) : IWorkspace
strGDBName string Input file name
return IWorkspace

RefreshMapDisplay() public method

public RefreshMapDisplay ( ) : void
return void

SetSolverSettings() public method

Set solver settings
public SetSolverSettings ( ) : void
return void

frmClosestFacilitySolver() public method

public frmClosestFacilitySolver ( ) : System
return System