C# Class FdoToolbox.Base.Controls.FdoMapPreviewPresenter

Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

FdoMapPreviewPresenter() public méthode

public FdoMapPreviewPresenter ( IFdoMapView view, MapImage mimg ) : System
view IFdoMapView
mimg SharpMap.Forms.MapImage
Résultat System

Pan() public méthode

public Pan ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

ZoomExtents() public méthode

public ZoomExtents ( ) : void
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void