C# 클래스 Mapsui.Providers.TileProvider

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

공개 메소드들

메소드 설명
FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable
GetExtents ( ) : BoundingBox
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
TileProvider ( ITileSource tileSource ) : System

비공개 메소드들

메소드 설명
GetTileOnThread ( object parameter ) : void

메소드 상세

FetchTiles() 공개 메소드

public FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable
boundingBox BoundingBox
resolution double
리턴 IEnumerable

GetExtents() 공개 메소드

public GetExtents ( ) : BoundingBox
리턴 BoundingBox

GetFeaturesInView() 공개 메소드

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

TileProvider() 공개 메소드

public TileProvider ( ITileSource tileSource ) : System
tileSource ITileSource
리턴 System