C# 클래스 Mapsui.Layers.ImageLayer

상속: BaseLayer
파일 보기 프로젝트 열기: pauldendulk/Mapsui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
IsFetching bool
NeedsUpdate bool
NewExtent BoundingBox
NewResolution double
Sets List
StartFetchTimer System.Threading.Timer

공개 메소드들

메소드 설명
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
ImageLayer ( string layername ) : System
IsCrsSupported ( string crs ) : bool?
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

보호된 메소드들

메소드 설명
DataArrived ( IEnumerable features, object state ) : void
StartFetchTimerElapsed ( object state ) : void
StartNewFetch ( BoundingBox extent, double resolution ) : void

비공개 메소드들

메소드 설명
GetFeaturesInView ( BoundingBox box, IEnumerable features ) : IEnumerable

메소드 상세

AbortFetch() 공개 메소드

public AbortFetch ( ) : void
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

DataArrived() 보호된 메소드

protected DataArrived ( IEnumerable features, object state ) : void
features IEnumerable
state object
리턴 void

GetFeaturesInView() 공개 메소드

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

ImageLayer() 공개 메소드

public ImageLayer ( string layername ) : System
layername string
리턴 System

IsCrsSupported() 공개 메소드

public IsCrsSupported ( string crs ) : bool?
crs string
리턴 bool?

StartFetchTimerElapsed() 보호된 메소드

protected StartFetchTimerElapsed ( object state ) : void
state object
리턴 void

StartNewFetch() 보호된 메소드

protected StartNewFetch ( BoundingBox extent, double resolution ) : void
extent BoundingBox
resolution double
리턴 void

ViewChanged() 공개 메소드

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

프로퍼티 상세

IsFetching 보호되어 있는 프로퍼티

protected bool IsFetching
리턴 bool

NeedsUpdate 보호되어 있는 프로퍼티

protected bool NeedsUpdate
리턴 bool

NewExtent 보호되어 있는 프로퍼티

protected BoundingBox NewExtent
리턴 BoundingBox

NewResolution 보호되어 있는 프로퍼티

protected double NewResolution
리턴 double

Sets 보호되어 있는 프로퍼티

protected List Sets
리턴 List

StartFetchTimer 보호되어 있는 프로퍼티

protected Timer,System.Threading StartFetchTimer
리턴 System.Threading.Timer