C# Class Mapsui.Layers.AnimatedPointLayer

Inheritance: BaseLayer
Exibir arquivo Open project: pauldendulk/Mapsui

Public Methods

Method 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 method

public AbortFetch ( ) : void
return void

AnimatedPointLayer() public method

public AnimatedPointLayer ( IProvider dataSource ) : System.Collections.Generic
dataSource IProvider
return System.Collections.Generic

ClearCache() public method

public ClearCache ( ) : void
return void

GetFeaturesInView() public method

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

UpdateData() public method

public UpdateData ( ) : void
return void

ViewChanged() public method

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