Class MinimalRenderGetStrategy
Inheritance
System.Object
MinimalRenderGetStrategy
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Rendering
Assembly: Mapsui.dll
Syntax
public class MinimalRenderGetStrategy : IRenderGetStrategy
Methods
| Improve this Doc View SourceGetFeatures(BoundingBox, Double, ITileSchema, ITileCache<Feature>)
Declaration
public IList<IFeature> GetFeatures(BoundingBox extent, double resolution, ITileSchema schema, ITileCache<Feature> memoryCache)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | extent | |
System.Double | resolution | |
BruTile.ITileSchema | schema | |
BruTile.Cache.ITileCache<Feature> | memoryCache |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IFeature> |