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

Description

Represents all of the information needed to create a feature.

Instances of this class represent a feature template. A feature template defines all the information required to create a feature: the layer where a feature will be stored and the attributes a feature is created with.

Since
100
Inheritance diagram for AGSFeatureTemplate:
AGSObject

Properties

AGSDrawingTool drawingTool
 
NSString * featureDescription
 
NSString * name
 
NSDictionary< NSString *, id > * prototypeAttributes
 

Property Documentation

◆ drawingTool

- (AGSDrawingTool) drawingTool
readnonatomicassign

Supported drawing tool to create a feature.

Since
100

◆ featureDescription

- (NSString*) featureDescription
readnonatomiccopy

Description of the template.

Since
100

◆ name

- (NSString*) name
readnonatomiccopy

Name of the template.

Since
100

◆ prototypeAttributes

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

The attributes of a prototypical feature associated with the template. The template specifies default values for many of the attributes and can be used to easily create new features.

Since
100