ArcGIS Runtime SDK for iOS
100.15
|
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.
Properties | |
AGSDrawingTool | drawingTool |
NSString * | featureDescription |
NSString * | name |
NSDictionary< NSString *, id > * | prototypeAttributes |
|
readnonatomicassign |
Supported drawing tool to create a feature.
|
readnonatomiccopy |
Description of the template.
|
readnonatomiccopy |
Name of the template.
|
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.