Class FeatureCollectionTable
A feature collection table represents an individual feature table in a Feature
Implements
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class FeatureCollectionTable : FeatureTable, INotifyPropertyChanged, ILoadable, IFeatureSet, IEnumerable<Feature>, IEnumerable
Remarks
A Feature
To create a new Feature
To render the features in a map or scene, add the Feature
Constructors
Name | Description |
---|---|
Feature |
Initializes a new instance of the Feature |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference) | Initializes a new instance of the Feature |
FeatureCollectionTable(IEnumerable<Field>, GeometryType, SpatialReference, Boolean, Boolean) | Initializes a new instance of the Feature |
FeatureCollectionTable(IEnumerable<GeoElement>, IEnumerable<Field>) | Initializes a new instance of the Feature |
Properties
Name | Description |
---|---|
Layer |
Gets the Arc |
Renderer | Gets or sets the renderer to use when rendering this feature collection table in a Feature |
Methods
Name | Description |
---|---|
Get |
Gets the symbol override for the given feature in the feature collection table. |
Set |
Sets the symbol override for the given feature in the feature collection table. |
Name | Description |
---|---|
IEnumerable<Feature>.GetEnumerator() | |
IEnumerable. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |