C# Class FdoToolbox.Base.Controls.FdoMapPreviewPresenter

ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
ClearSelection ( ) : void
FdoMapPreviewPresenter ( IFdoMapView view, MapImage mimg ) : System
Pan ( ) : void
Select ( ) : void
ZoomExtents ( ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Private Methods

Method Description
ChangeTool ( SharpMap tool ) : void
HasLayers ( ) : bool
MapMouseMove ( SharpMap WorldPos, System ImagePos ) : void
OnMapQueried ( SharpMap data ) : void

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

FdoMapPreviewPresenter() public method

public FdoMapPreviewPresenter ( IFdoMapView view, MapImage mimg ) : System
view IFdoMapView
mimg SharpMap.Forms.MapImage
return System

Pan() public method

public Pan ( ) : void
return void

Select() public method

public Select ( ) : void
return void

ZoomExtents() public method

public ZoomExtents ( ) : void
return void

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void