C# Class Mapsui.UI.Wpf.Layers.GroupTileLayer

Inheritance: Mapsui.Layers.BaseLayer, ITileLayer
Datei anzeigen Open project: pauldendulk/Mapsui

Public Methods

Method Description
AbortFetch ( ) : void
AddTileLayer ( TileLayer layer ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
GroupTileLayer ( IEnumerable tileLayers ) : System.Collections.Generic
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

Private Methods

Method Description
AddBitmapToCache ( DataChangedEventArgs e, MemoryStream bitmap ) : void
CombineBitmaps ( IList tiles, int width, int height ) : MemoryStream

Method Details

AbortFetch() public method

public AbortFetch ( ) : void
return void

AddTileLayer() public method

public AddTileLayer ( TileLayer layer ) : void
layer Mapsui.Layers.TileLayer
return void

ClearCache() public method

public ClearCache ( ) : void
return void

GetFeaturesInView() public method

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
return IEnumerable

GroupTileLayer() public method

public GroupTileLayer ( IEnumerable tileLayers ) : System.Collections.Generic
tileLayers IEnumerable
return System.Collections.Generic

ViewChanged() public method

public ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void
majorChange bool
extent BoundingBox
resolution double
return void