Class FeatureType
Defines the domains and feature templates that are used to create a new feature.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureType
Remarks
A feature type is used to ensure that appropriate attribute values are captured when a new feature is created. A
Feature
The owner of the ArcGIS Feature Service defines the feature types when they publish the service. They are held
within the "Types" tag of the ArcGIS feature service's REST Services Directory. Each type has an ID, a name, a
set of domains and a set of templates. You can obtain the collection of feature types by using
Feature
If you are building an editing application, you can present users with a list of feature types. Upon choosing a
feature type, the app can populate the feature's attribute values with the
Prototype
Properties
Name | Description |
---|---|
Domains | Gets the associated Domains with this feature type. |
Id | Gets the ID of the feature type. |
Name | Gets the name of the feature type. |
Templates | Gets a list of Feature |
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 |