Class ObservableCollectionProvider<T>
Inheritance
System.Object
ObservableCollectionProvider<T>
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.UI.Objects
Assembly: Mapsui.UI.Forms.dll
Syntax
public class ObservableCollectionProvider<T> : IProvider where T : IFeatureProvider
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceObservableCollectionProvider(ObservableCollection<T>)
Declaration
public ObservableCollectionProvider(ObservableCollection<T> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ObjectModel.ObservableCollection<T> | collection |
Properties
| Improve this Doc View SourceCollection
Declaration
public ObservableCollection<T> Collection { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<T> |
CRS
Declaration
public string CRS { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetExtents()
Declaration
public BoundingBox GetExtents()
Returns
Type | Description |
---|---|
BoundingBox |
GetFeaturesInView(BoundingBox, Double)
Declaration
public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | box | |
System.Double | resolution |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IFeature> |