C# Class gmap.demo.winform.QueryByPolygonForm

Inheritance: ActionForm
Mostra file Open project: SuperMap/iClient-DotNet-Example

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

OnLoad() public method

public OnLoad ( GMap.NET.WindowsForms.GMapControl gMapControl ) : void
gMapControl GMap.NET.WindowsForms.GMapControl
return void

OnMapMouseDoubleClick() public method

public OnMapMouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

OnMapMouseDown() public method

public OnMapMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

OnMapMouseMove() public method

public OnMapMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

QueryByPolygonForm() public method

public QueryByPolygonForm ( ) : System
return System