C# Class gmap.demo.winform.QueryByPolygonForm

Inheritance: ActionForm
Afficher le fichier Open project: SuperMap/iClient-DotNet-Example

Méthodes publiques

Méthode Description
OnLoad ( GMap.NET.WindowsForms.GMapControl gMapControl ) : void
OnMapMouseDoubleClick ( object sender, MouseEventArgs e ) : void
OnMapMouseDown ( object sender, MouseEventArgs e ) : void
OnMapMouseMove ( object sender, MouseEventArgs e ) : void
QueryByPolygonForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DataFrame_RowHeaderMouseDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
FillDataFrame ( Recordset recordset ) : void
InitLayers ( ) : void
InitializeComponent ( ) : void

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

ShowResultSet ( QueryResult resultsetValue ) : void
TreeFrame_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

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

OnLoad() public méthode

public OnLoad ( GMap.NET.WindowsForms.GMapControl gMapControl ) : void
gMapControl GMap.NET.WindowsForms.GMapControl
Résultat void

OnMapMouseDoubleClick() public méthode

public OnMapMouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

OnMapMouseDown() public méthode

public OnMapMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

OnMapMouseMove() public méthode

public OnMapMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

QueryByPolygonForm() public méthode

public QueryByPolygonForm ( ) : System
Résultat System