C# Class LocationAllocationSolver.frmLocationAllocationSolver

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CreateSolverContext ( INetworkDataset networkDataset ) : INAContext
networkDataset INetworkDataset
Résultat INAContext

Dispose() protected méthode

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

GetDENetworkDataset() public méthode

public GetDENetworkDataset ( INetworkDataset networkDataset ) : IDENetworkDataset
networkDataset INetworkDataset
Résultat IDENetworkDataset

GetGPMessagesAsString() public méthode

public GetGPMessagesAsString ( IGPMessages gpMessages ) : string
gpMessages IGPMessages
Résultat string

GetLAFacilitiesOutput() public méthode

public GetLAFacilitiesOutput ( string strNAClass ) : void
strNAClass string
Résultat void

GetLALinesOutput() public méthode

public GetLALinesOutput ( string strNAClass ) : void
strNAClass string
Résultat void

LoadNANetworkLocations() public méthode

public LoadNANetworkLocations ( string strNAClassName, IFeatureClass inputFC, double maxSnapTolerance ) : void
strNAClassName string
inputFC IFeatureClass
maxSnapTolerance double
Résultat void

OpenNetworkDataset() public méthode

public OpenNetworkDataset ( IWorkspace workspace, string featureDatasetName, string strNDSName ) : INetworkDataset
workspace IWorkspace
featureDatasetName string
strNDSName string
Résultat INetworkDataset

OpenWorkspace() public méthode

public OpenWorkspace ( string strGDBName ) : IWorkspace
strGDBName string
Résultat IWorkspace

SetSolverSettings() public méthode

public SetSolverSettings ( ) : void
Résultat void

frmLocationAllocationSolver() public méthode

public frmLocationAllocationSolver ( ) : System
Résultat System