C# Class Mapsui.Providers.TileProvider

Inheritance: IProvider
Mostra file Open project: pauldendulk/Mapsui

Public Methods

Method Description
FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable
GetExtents ( ) : BoundingBox
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
TileProvider ( ITileSource tileSource ) : System

Private Methods

Method Description
GetTileOnThread ( object parameter ) : void

Method Details

FetchTiles() public method

public FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable
boundingBox BoundingBox
resolution double
return IEnumerable

GetExtents() public method

public GetExtents ( ) : BoundingBox
return BoundingBox

GetFeaturesInView() public method

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
return IEnumerable

TileProvider() public method

public TileProvider ( ITileSource tileSource ) : System
tileSource ITileSource
return System