C# 클래스 Mapsui.Layers.BaseLayer

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

공개 메소드들

메소드 설명
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
GetLayerStyles ( ILayer layer ) : IEnumerable
IsCrsSupported ( string crs ) : bool?
ToString ( ) : string
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

보호된 메소드들

메소드 설명
BaseLayer ( ) : System.Collections.Generic
BaseLayer ( string name ) : System.Collections.Generic
OnDataChanged ( DataChangedEventArgs args ) : void
OnPropertyChanged ( string name ) : void

비공개 메소드들

메소드 설명
Attribution ( ) : System.Collections.Generic

메소드 상세

AbortFetch() 공개 추상적인 메소드

public abstract AbortFetch ( ) : void
리턴 void

BaseLayer() 보호된 메소드

protected BaseLayer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

BaseLayer() 보호된 메소드

protected BaseLayer ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

ClearCache() 공개 추상적인 메소드

public abstract ClearCache ( ) : void
리턴 void

GetFeaturesInView() 공개 추상적인 메소드

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

GetLayerStyles() 공개 정적인 메소드

public static GetLayerStyles ( ILayer layer ) : IEnumerable
layer ILayer
리턴 IEnumerable

IsCrsSupported() 공개 메소드

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

OnDataChanged() 보호된 메소드

protected OnDataChanged ( DataChangedEventArgs args ) : void
args Mapsui.Fetcher.DataChangedEventArgs
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string name ) : void
name string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ViewChanged() 공개 추상적인 메소드

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