ArcGIS Runtime SDK for iOS: AGSFeatureSubtype Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFeatureSubtype Class Reference

Description

Encapsulates properties of types of features in a feature layer.

Instances of this class represent a feature subtype. A feature subtype describes the various types of features that can belong to a feature layer.

Since
100.3
See also
A quick tour of subtypes
Inheritance diagram for AGSFeatureSubtype:
AGSObject

Properties

id code
 
NSDictionary< NSString *, AGSDomain * > * domains
 
NSArray< AGSField * > * fieldOverrides
 
NSString * name
 
NSDictionary< NSString *, id > * prototypeAttributes
 

Property Documentation

◆ code

- (id) code
readnonatomiccopy

The code used by this subtype.

Since
100.3

◆ domains

- (NSDictionary<NSString*,AGSDomain*>*) domains
readnonatomiccopy

Domains describing permissible attribute values for features of this subtype. This property is a dictionary containing key-value pairs of field name and a corresponding AGSDomain object for this type.

Since
100.3

◆ fieldOverrides

- (NSArray<AGSField *>*) fieldOverrides
readnonatomiccopy

The fields defined for this feature subtype. A subset of AGSFeatureTable::fields relevant to this feature subtype. This collection of AGSField may override properties defined in the AGSFeatureTable::fields. For example, AGSField::alias and AGSField::domain.

Since
100.9

◆ name

- (NSString*) name
readnonatomiccopy

The name of this subtype.

Since
100.3

◆ prototypeAttributes

- (NSDictionary<NSString*,id>*) prototypeAttributes
readnonatomiccopy

Prototypical attrbutes used for creating new features for this subtype

Since
100.3