C# Class Mapsui.Layers.AnimatedPointLayer

Inheritance: BaseLayer
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
AbortFetch ( ) : void
AnimatedPointLayer ( IProvider dataSource ) : System.Collections.Generic
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox extent, double resolution ) : IEnumerable
UpdateData ( ) : void
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

Method Details

AbortFetch() public méthode

public AbortFetch ( ) : void
Résultat void

AnimatedPointLayer() public méthode

public AnimatedPointLayer ( IProvider dataSource ) : System.Collections.Generic
dataSource IProvider
Résultat System.Collections.Generic

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetFeaturesInView() public méthode

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

UpdateData() public méthode

public UpdateData ( ) : void
Résultat void

ViewChanged() public méthode

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