Class FeatureCollectionTable
A user-defined feature table that can be stored in a FeatureCollection for saving or sharing.
Implements
System.ComponentModel.INotifyPropertyChanged
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)
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class FeatureCollectionTable : FeatureTable, INotifyPropertyChanged, ILoadable, IFeatureSet, IEnumerable<Feature>, IEnumerable
Constructors
Name | Description |
---|---|
FeatureCollectionTable(IFeatureSet) | Initializes a new instance of the FeatureCollectionTable class from an IFeatureSet. |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference) | Initializes a new instance of the FeatureCollectionTable class. |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference, Boolean, Boolean) | Initializes a new instance of the FeatureCollectionTable class. |
FeatureCollectionTable(IEnumerable<GeoElement>, IEnumerable<Field>) | Initializes a new instance of the FeatureCollectionTable class. |
Properties
Name | Description |
---|---|
LayerInfo | Gets the ArcGISFeatureLayerInfo of this feature table. |
Renderer | Gets or sets the renderer to use when rendering this feature collection table in a FeatureLayer. |
Methods
Name | Description |
---|---|
GetSymbolOverride(Feature) | Gets the symbol override for the given feature in the feature collection table. |
SetSymbolOverride(Feature, Symbol) | Sets the symbol override for the given feature in the feature collection table. |
Name | Description |
---|---|
IEnumerable<Feature>.GetEnumerator() | |
IEnumerable.GetEnumerator() |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |