Interface IRenderGetStrategy
Namespace: Mapsui.Rendering
Assembly: Mapsui.dll
Syntax
public interface IRenderGetStrategy
Methods
| Improve this Doc View SourceGetFeatures(BoundingBox, Double, ITileSchema, ITileCache<Feature>)
Given the current extent and resolution it determines which tiles should be returned from the memorycache
Declaration
IList<IFeature> GetFeatures(BoundingBox extent, double resolution, ITileSchema schema, ITileCache<Feature> memoryCache)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | extent | The extent of the target area |
System.Double | resolution | The resolution of the target area |
BruTile.ITileSchema | schema | The tile schema of the tile source |
BruTile.Cache.ITileCache<Feature> | memoryCache | The cached features from which to select |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IFeature> |