C# 클래스 Mapsui.Layers.AnimatedFeatures

파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
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