C# Class FunctionForm.Aggregation.frmGeoNear

Inheritance: System.Windows.Forms.Form
Show file Open project: magicdict/MongoCola

Public Properties

Property Type Description
GetGeo Func
point MongoDB.Driver.XYPoint

Public Methods

Method Description
frmGeoNear ( ) : Common.System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

btnHelp_Click ( object sender, EventArgs e ) : void
btnRadianToKM_Click ( object sender, EventArgs e ) : void

设置弧度转公里

btnRadianToMile_Click ( object sender, EventArgs e ) : void

设置弧度转英里

cmdGeoJson_Click ( object sender, EventArgs e ) : void

坐标获得方法

cmdGeoNear_Click ( object sender, EventArgs e ) : void
lnkGeoNear_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

frmGeoNear() public method

public frmGeoNear ( ) : Common.System
return Common.System

Property Details

GetGeo public static property

获得一个新BsonArray的委托
public static Func GetGeo
return Func

point public property

坐标
public XYPoint,MongoDB.Driver point
return MongoDB.Driver.XYPoint