C# Class GMap.NET.TilePrefetcher

Mostrar archivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
CachedTiles Queue
Overlay GMapOverlay
ShowCompleteMessage bool
Shuffle bool

Public Methods

Method Description
Start ( RectLatLng area, int zoom, GMapProvider provider, int sleep, int retry ) : void
Stop ( ) : void
TilePrefetcher ( ) : System.Collections.Generic

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CacheTiles ( int zoom, GMap.NET.GPoint p ) : bool
ConfirmUserAbort ( ) : void
InitializeComponent ( ) : void

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

OnTileCacheComplete ( ) : void
OnTileCacheProgress ( int left ) : void
OnTileCacheStart ( ) : void
Prefetch_FormClosed ( object sender, FormClosedEventArgs e ) : void
Prefetch_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
worker_DoWork ( object sender, DoWorkEventArgs e ) : void
worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs 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

Start() public method

public Start ( RectLatLng area, int zoom, GMapProvider provider, int sleep, int retry ) : void
area RectLatLng
zoom int
provider GMapProvider
sleep int
retry int
return void

Stop() public method

public Stop ( ) : void
return void

TilePrefetcher() public method

public TilePrefetcher ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

CachedTiles public_oe property

public Queue CachedTiles
return Queue

Overlay public_oe property

public GMapOverlay Overlay
return GMapOverlay

ShowCompleteMessage public_oe property

public bool ShowCompleteMessage
return bool

Shuffle public_oe property

public bool Shuffle
return bool