FeatureSubtype QML Type
Encapsulates properties of subtypes of features in a feature layer. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
- List of all members, including inherited members
- FeatureSubtype is part of QML Type List.
Properties
- code : var
- domains : jsobject
- fieldOverrides : list<Field>
- name : string
- prototypeAttributes : jsobject
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Subtypes are a subset of features in a feature layer, or objects in a table, that share the same attributes. Subtypes are used to categorize features.
Property Documentation
[read-only] code : var |
Returns the feature subtype's code (read-only).
[read-only] domains : jsobject |
Returns the domains associated with this feature subtype (read-only).
The map contains key-value pairs of field name and a corresponding Domain object for this type.
[read-only, since Esri.ArcGISRuntime 100.9] fieldOverrides : list<Field> |
The fields defined for this feature subtype (read-only).
A subset of FeatureTable::fields relevant to this feature subtype. This collection of Field may override properties defined in the FeatureTable::fields. For example, Field::alias and Field::domain.
This property was introduced in Esri.ArcGISRuntime 100.9.
[read-only] name : string |
Returns the name of the feature subtype (read-only).
[read-only] prototypeAttributes : jsobject |
Returns the prototype attributes for creating a Feature with this subtype (read-only).