Class GeometryIntersectionProvider
Inheritance
GeometryIntersectionProvider
Assembly: Mapsui.Nts.dll
Syntax
public class GeometryIntersectionProvider : IProviderExtended, IProvider
Constructors
|
Edit this page
View Source
GeometryIntersectionProvider(IProvider)
Declaration
public GeometryIntersectionProvider(IProvider provider)
Parameters
Properties
|
Edit this page
View Source
CRS
The spatial reference ID (CRS)
Declaration
public string? CRS { get; set; }
Property Value
|
Edit this page
View Source
FeatureKeyCreator
Declaration
public FeatureKeyCreator<(long, MRect)> FeatureKeyCreator { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
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
Extension Methods