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

Description

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.

Since
100.2
Inheritance diagram for AGSLoadSettings:
AGSObject

Class Methods

(instancetype) + loadSettings
 

Properties

AGSFeatureRequestMode featureRequestMode
 
AGSFeatureServiceSessionType featureServiceSessionType
 
AGSFeatureTilingMode featureTilingMode
 
AGSFeatureRenderingMode preferredPointFeatureRenderingMode
 
AGSFeatureRenderingMode preferredPolygonFeatureRenderingMode
 
AGSFeatureRenderingMode preferredPolylineFeatureRenderingMode
 
BOOL useAdvancedSymbology
 

Method Documentation

◆ loadSettings

+ (instancetype) loadSettings

Property Documentation

◆ featureRequestMode

- (AGSFeatureRequestMode) featureRequestMode
readwritenonatomicassign

The request mode to use for requesting features. Default is AGSFeatureRequestModeOnInteractionCache.

Since
100.9

◆ featureServiceSessionType

- (AGSFeatureServiceSessionType) featureServiceSessionType
readwritenonatomicassign

The session type to use for branch-versioned AGSServiceGeodatabase objects. Default is AGSFeatureServiceSessionTypeTransient.

Since
100.10

◆ featureTilingMode

- (AGSFeatureTilingMode) featureTilingMode
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.

See also
AGSFeatureTilingMode
Since
100.10

◆ preferredPointFeatureRenderingMode

- (AGSFeatureRenderingMode) preferredPointFeatureRenderingMode
readwritenonatomicassign

Preferred rendering mode for feature layers containing point features. Defaults to Automatic

Since
100.2

◆ preferredPolygonFeatureRenderingMode

- (AGSFeatureRenderingMode) preferredPolygonFeatureRenderingMode
readwritenonatomicassign

Preferred rendering mode for feature layers containing polygon features. Defaults to Automatic

Since
100.2

◆ preferredPolylineFeatureRenderingMode

- (AGSFeatureRenderingMode) preferredPolylineFeatureRenderingMode
readwritenonatomicassign

Preferred rendering mode for feature layers containing polyline features. Defaults to Automatic

Since
100.2

◆ useAdvancedSymbology

- (BOOL) useAdvancedSymbology
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.

Since
100.2