C# 클래스 Mapsui.Layers.TileLayer

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

공개 메소드들

메소드 설명
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
IsCrsSupported ( string crs ) : bool?
TileLayer ( Func tileSourceInitializer ) : System
TileLayer ( ITileSource source = null, int minTiles = 200, int maxTiles = 300, int maxRetries = TileFetcher.DefaultMaxAttempts, int maxThreads = TileFetcher.DefaultMaxThreads, IFetchStrategy fetchStrategy = null, IRenderGetStrategy renderFetchStrategy = null, int minExtraTiles = -1, int maxExtraTiles = -1 ) : System
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

보호된 메소드들

메소드 설명
SetTileSource ( ITileSource source ) : void

비공개 메소드들

메소드 설명
TileFetcherDataChanged ( object sender, DataChangedEventArgs e ) : void
TileFetcherOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
ToSimpleEpsgCode ( ) : string
UpdateMemoryCacheMinAndMax ( ) : void

메소드 상세

AbortFetch() 공개 메소드

public AbortFetch ( ) : void
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

GetFeaturesInView() 공개 메소드

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

IsCrsSupported() 공개 메소드

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

SetTileSource() 보호된 메소드

protected SetTileSource ( ITileSource source ) : void
source ITileSource
리턴 void

TileLayer() 공개 메소드

public TileLayer ( Func tileSourceInitializer ) : System
tileSourceInitializer Func
리턴 System

TileLayer() 공개 메소드

public TileLayer ( ITileSource source = null, int minTiles = 200, int maxTiles = 300, int maxRetries = TileFetcher.DefaultMaxAttempts, int maxThreads = TileFetcher.DefaultMaxThreads, IFetchStrategy fetchStrategy = null, IRenderGetStrategy renderFetchStrategy = null, int minExtraTiles = -1, int maxExtraTiles = -1 ) : System
source ITileSource
minTiles int
maxTiles int
maxRetries int
maxThreads int
fetchStrategy IFetchStrategy
renderFetchStrategy IRenderGetStrategy
minExtraTiles int
maxExtraTiles int
리턴 System

ViewChanged() 공개 메소드

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