Class ObservableCollectionProvider<T>
Inheritance
ObservableCollectionProvider<T>
Assembly: Mapsui.Nts.dll
Syntax
public class ObservableCollectionProvider<T> : IProvider where T : IFeatureProvider
Type Parameters
Constructors
|
Edit this page
View Source
ObservableCollectionProvider(ObservableCollection<T>)
Declaration
public ObservableCollectionProvider(ObservableCollection<T> collection)
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
Collection
Declaration
public ObservableCollection<T> Collection { get; }
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