C# Class Mapsui.Rendering.RenderGetStrategy

Inheritance: IRenderGetStrategy
ファイルを表示 Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, string levelId ) : void

Private Methods

Method Description
GetRecursive ( IFeature>.IDictionary resultTiles, ITileSchema schema, ITileCache cache, BruTile.Extent extent, Resolution>.IList resolutions, int resolutionIndex ) : void

Method Details

GetFeatures() public method

public GetFeatures ( BoundingBox box, double resolution, ITileSchema schema, ITileCache memoryCache ) : IList
box BoundingBox
resolution double
schema ITileSchema
memoryCache ITileCache
return IList

GetRecursive() public static method

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
return void