C# Class LocationAllocationSolver.frmLocationAllocationSolver

Inheritance: System.Windows.Forms.Form
Mostra file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
CreateSolverContext ( INetworkDataset networkDataset ) : INAContext
GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset
GetGPMessagesAsString ( IGPMessages gpMessages ) : string
GetLAFacilitiesOutput ( string strNAClass ) : void
GetLALinesOutput ( string strNAClass ) : void
LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void
OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset
OpenWorkspace ( string strGDBName ) : IWorkspace
SetSolverSettings ( ) : void
frmLocationAllocationSolver ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Initialize ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsNumeric ( string str ) : bool
cboProblemType_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdSolve_Click ( object sender, EventArgs e ) : void

Method Details

CreateSolverContext() public method

public CreateSolverContext ( INetworkDataset networkDataset ) : INAContext
networkDataset INetworkDataset
return INAContext

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

public GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset
networkDataset INetworkDataset
return IDENetworkDataset

GetGPMessagesAsString() public method

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

GetLAFacilitiesOutput() public method

public GetLAFacilitiesOutput ( string strNAClass ) : void
strNAClass string
return void

GetLALinesOutput() public method

public GetLALinesOutput ( string strNAClass ) : void
strNAClass string
return void

LoadNANetworkLocations() public method

public LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void
strNAClassName string
inputFC IFeatureClass
maxSnapTolerance double
return void

OpenNetworkDataset() public method

public OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset
workspace IWorkspace
featureDatasetName string
strNDSName string
return INetworkDataset

OpenWorkspace() public method

public OpenWorkspace ( string strGDBName ) : IWorkspace
strGDBName string
return IWorkspace

SetSolverSettings() public method

public SetSolverSettings ( ) : void
return void

frmLocationAllocationSolver() public method

public frmLocationAllocationSolver ( ) : System
return System