ArcGIS Runtime SDK for iOS: AGSFeatureType Class Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSFeatureType Class Reference

Description

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.

Since
100
See also
A quick tour of subtypes
Inheritance diagram for AGSFeatureType:
AGSObject

Properties

NSDictionary< NSString *, AGSDomain * > * domains
 
NSString * name
 
NSArray< AGSFeatureTemplate * > * templates
 
id typeID
 

Property Documentation

◆ domains

- (NSDictionary<NSString*,AGSDomain*>*) domains
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.

Since
100

◆ name

- (NSString*) name
readnonatomiccopy

The name of this type.

Since
100

◆ templates

- (NSArray<AGSFeatureTemplate*>*) templates
readnonatomiccopy

Templates that can be used for creating new features of this type. This property is an array of AGSFeatureTemplate objects.

Since
100

◆ typeID

- (id) typeID
readnonatomiccopy

The ID of this type.

Since
100