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

Description

Parameters to create a stretch renderer based on a standard deviation factor.

Instances of this class represent parameters that can be used to create an AGSStretchRenderer object that applies a linear stretch between the values defined by the standard deviation (n) value.

Since
100
Inheritance diagram for AGSStandardDeviationStretchParameters:
AGSStretchParameters AGSObject

Instance Methods

(instancetype) - initWithFactor:
 

Class Methods

(instancetype) + standardDeviationStretchParameterstWithFactor:
 

Properties

double factor
 

Method Documentation

◆ initWithFactor:

- (instancetype) initWithFactor: (double)  factor

Creates a parameters object with the provided standard deviation factor.

Parameters
factorThe number of standard deviations that defines the range of pixel values for the stretch histogram.
Since
100

◆ standardDeviationStretchParameterstWithFactor:

+ (instancetype) standardDeviationStretchParameterstWithFactor: (double)  factor

Creates a parameters object with the provided standard deviation factor

Parameters
factorThe number of standard deviations that defines the range of pixel values for the stretch histogram.
Returns
A new parameters object.
Since
100

Property Documentation

◆ factor

- (double) factor
readnonatomicassign

The number of standard deviations that defines the range of pixel values for the stretch histogram.

Since
100