C# 클래스 Mapsui.Layers.Layer

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

보호된 프로퍼티들

프로퍼티 타입 설명
Cache IEnumerable
IsFetching bool
NeedsUpdate bool
NewExtent BoundingBox
NewResolution double
StartFetchTimer Timer

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
StartFetchTimerElapsed ( object state ) : void
Transform ( BoundingBox extent ) : BoundingBox
Transform ( IEnumerable features ) : IEnumerable

메소드 상세

AbortFetch() 공개 메소드

public AbortFetch ( ) : void
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

DataArrived() 보호된 메소드

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

GetFeaturesInView() 공개 메소드

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

IsCrsSupported() 공개 메소드

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

Layer() 공개 메소드

public Layer ( ) : System
리턴 System

Layer() 공개 메소드

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

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

프로퍼티 상세

Cache 보호되어 있는 프로퍼티

protected IEnumerable Cache
리턴 IEnumerable

IsFetching 보호되어 있는 프로퍼티

protected bool IsFetching
리턴 bool

NeedsUpdate 보호되어 있는 프로퍼티

protected bool NeedsUpdate
리턴 bool

NewExtent 보호되어 있는 프로퍼티

protected BoundingBox NewExtent
리턴 BoundingBox

NewResolution 보호되어 있는 프로퍼티

protected double NewResolution
리턴 double

StartFetchTimer 보호되어 있는 프로퍼티

protected Timer StartFetchTimer
리턴 Timer