ArcGIS Runtime SDK for iOS
100.15
|
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 |
The session type to use for branch-versioned AGSServiceGeodatabase
objects. Default is AGSFeatureServiceSessionTypeTransient
.
|
readwritenonatomicassign |
The feature tiling mode in use. Sets the feature tiling mode of each feature layer that is loaded. Default is AGSFeatureTilingModeEnabledWhenSupported
.
Changes how feature tiling is handled by each feature layer. Individual feature layers can override these settings.
AGSFeatureTilingMode
|
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.