Interface IProvider
Interface for data providers
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public interface IProvider
Properties
| Improve this Doc View SourceCRS
The spatial reference ID (CRS)
Declaration
string CRS { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetExtents()
BoundingBox of dataset
Declaration
BoundingBox GetExtents()
Returns
Type | Description |
---|---|
BoundingBox | boundingbox |
GetFeaturesInView(BoundingBox, Double)
Declaration
IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | box | |
System.Double | resolution |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFeature> |