C# Class Mapsui.Layers.MemoryLayer

Inheritance: BaseLayer
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode Description
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

Method Details

AbortFetch() public méthode

public AbortFetch ( ) : void
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

ViewChanged() public méthode

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