Interface IProvider
Interface for data providers
Namespace: Mapsui.Providers
Assembly: Mapsui.dll
Syntax
public interface IProvider
Properties
| Edit this page View SourceCRS
The spatial reference ID (CRS)
Declaration
string? CRS { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceGetExtent()
MRect of data set
Declaration
MRect? GetExtent()
Returns
Type | Description |
---|---|
MRect | BoundingBox |
GetFeaturesAsync(FetchInfo)
Declaration
Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
Parameters
Type | Name | Description |
---|---|---|
FetchInfo | fetchInfo |
Returns
Type | Description |
---|---|
Task<IEnumerable<IFeature>> |