C# 클래스 Mapsui.Layers.AnimatedPointLayer

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

공개 메소드들

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

메소드 상세

AbortFetch() 공개 메소드

public AbortFetch ( ) : void
리턴 void

AnimatedPointLayer() 공개 메소드

public AnimatedPointLayer ( IProvider dataSource ) : System.Collections.Generic
dataSource IProvider
리턴 System.Collections.Generic

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

GetFeaturesInView() 공개 메소드

public GetFeaturesInView ( BoundingBox extent, double resolution ) : IEnumerable
extent BoundingBox
resolution double
리턴 IEnumerable

UpdateData() 공개 메소드

public UpdateData ( ) : void
리턴 void

ViewChanged() 공개 메소드

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