C# Класс Mapsui.Rendering.RenderGetStrategy

Наследование: IRenderGetStrategy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, string levelId ) : void

Приватные методы

Метод Описание
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, Resolution>.IList resolutions, int resolutionIndex ) : void

Описание методов

GetFeatures() публичный Метод

public GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
box BoundingBox
resolution double
schema ITileSchema
memoryCache ITileCache
Результат IList

GetRecursive() публичный статический Метод

public static GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, string levelId ) : void
resultTiles IFeature>.IDictionary
schema ITileSchema
cache ITileCache
extent BruTile.Extent
levelId string
Результат void