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

Inheritance: Mapsui.Layers.BaseLayer, ITileLayer
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode 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

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

Method Details

AbortFetch() public méthode

public AbortFetch ( ) : void
Résultat void

AddTileLayer() public méthode

public AddTileLayer ( TileLayer layer ) : void
layer Mapsui.Layers.TileLayer
Résultat void

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetFeaturesInView() public méthode

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
Résultat IEnumerable

GroupTileLayer() public méthode

public GroupTileLayer ( IEnumerable tileLayers ) : System.Collections.Generic
tileLayers IEnumerable
Résultat System.Collections.Generic

ViewChanged() public méthode

public ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void
majorChange bool
extent BoundingBox
resolution double
Résultat void