Class ProjectingProvider
Inheritance
ProjectingProvider
Assembly: Mapsui.dll
Syntax
public class ProjectingProvider : IProvider
Constructors
|
Edit this page
View Source
ProjectingProvider(IProvider, IProjection?)
Declaration
public ProjectingProvider(IProvider provider, IProjection? projection = null)
Parameters
Properties
|
Edit this page
View Source
CRS
The CRS of the target. The source CRS will be projected to this target CRS. This should be equal to the
CRS of the Map and the FetchInfo.CRS.
Declaration
public string? CRS { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetExtent()
Declaration
public MRect? GetExtent()
Returns
Type |
Description |
MRect |
BoundingBox
|
|
Edit this page
View Source
GetFeaturesAsync(FetchInfo)
Declaration
public Task<IEnumerable<IFeature>> GetFeaturesAsync(FetchInfo fetchInfo)
Parameters
Returns
Implements