|
ArcGIS Runtime SDK for iOS
100.15
|
Encapsulates properties of types of features in a feature layer.
Instances of this class represent a feature type. A feature type describes the various types of features that can belong to a feature layer.
Properties | |
| NSDictionary< NSString *, AGSDomain * > * | domains |
| NSString * | name |
| NSArray< AGSFeatureTemplate * > * | templates |
| id | typeID |
|
readnonatomiccopy |
Domains describing permissible attribute values for features of this type. This property is a dictionary containing key-value pairs of field name and a corresponding AGSDomain object for this type.
|
readnonatomiccopy |
The name of this type.
|
readnonatomiccopy |
Templates that can be used for creating new features of this type. This property is an array of AGSFeatureTemplate objects.
|
readnonatomiccopy |
The ID of this type.