|
ArcGIS Runtime SDK for iOS
100.9
|
Settings for layers in a Map or Scene.
Instances of this class represent settings that are applied to layers while loading a map or a scene. Making changes to these settings does not affect maps or scenes that have already been loaded.
Class Methods | |
| (instancetype) | + loadSettings |
| + (instancetype) loadSettings |
|
readwritenonatomicassign |
The request mode to use for requesting features. Default is AGSFeatureRequestModeOnInteractionCache.
|
readwritenonatomicassign |
Preferred rendering mode for feature layers containing point features. Defaults to Automatic
|
readwritenonatomicassign |
Preferred rendering mode for feature layers containing polygon features. Defaults to Automatic
|
readwritenonatomicassign |
Preferred rendering mode for feature layers containing polyline features. Defaults to Automatic
|
readwritenonatomicassign |
Indicates whether feature layers should be visualized using advanced CIM symbols. The default is true. Servers which don't support this simply ignore the parameter and return regular symbols instead.