C# Класс Mapsui.Layers.AnimatedFeatures

Показать файл Открыть проект

Открытые методы

Метод Описание
AddFeatures ( IEnumerable features ) : void
AnimatedFeatures ( ) : System
GetFeatures ( ) : IEnumerable

Защищенные методы

Метод Описание
OnAnimatedPositionChanged ( ) : void

Приватные методы

Метод Описание
AnimationCallback ( object state ) : void
CalculateProgress ( long startTime, int animationDuration, EasingFunction function ) : double
Completed ( double progress ) : bool
ConvertToAnimatedItems ( IEnumerable features, List previousItems, string idField ) : List
CopyAsPoint ( IGeometry geometry ) : System.Point
CubicEaseOut ( double d, double t ) : double
FindPreviousPoint ( IEnumerable previousItems, IFeature feature, string idField ) : System.Point
InterpolateAnimatedPosition ( IEnumerable items, double progress, double threshold ) : void
Linear ( double d, double t ) : double
LogAllFeatures ( IEnumerable animatedItems ) : void
LogItem ( AnimatedItem item ) : void
StopAnimation ( ) : void

Описание методов

AddFeatures() публичный Метод

public AddFeatures ( IEnumerable features ) : void
features IEnumerable
Результат void

AnimatedFeatures() публичный Метод

public AnimatedFeatures ( ) : System
Результат System

GetFeatures() публичный Метод

public GetFeatures ( ) : IEnumerable
Результат IEnumerable

OnAnimatedPositionChanged() защищенный Метод

protected OnAnimatedPositionChanged ( ) : void
Результат void