C# Class Mapsui.Providers.TileProvider

Inheritance: IProvider
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

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

Private Methods

Méthode Description
GetTileOnThread ( object parameter ) : void

Method Details

FetchTiles() public méthode

public FetchTiles ( BoundingBox boundingBox, double resolution ) : IEnumerable
boundingBox BoundingBox
resolution double
Résultat IEnumerable

GetExtents() public méthode

public GetExtents ( ) : BoundingBox
Résultat BoundingBox

GetFeaturesInView() public méthode

public GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
Résultat IEnumerable

TileProvider() public méthode

public TileProvider ( ITileSource tileSource ) : System
tileSource ITileSource
Résultat System