ArcGIS Runtime SDK for iOS
100.15
|
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.
Instance Methods | |
(instancetype) | - initWithFactor: |
Class Methods | |
(instancetype) | + standardDeviationStretchParameterstWithFactor: |
Properties | |
double | factor |
- (instancetype) initWithFactor: | (double) | factor |
Creates a parameters object with the provided standard deviation factor.
factor | The number of standard deviations that defines the range of pixel values for the stretch histogram. |
+ (instancetype) standardDeviationStretchParameterstWithFactor: | (double) | factor |
Creates a parameters object with the provided standard deviation factor
factor | The number of standard deviations that defines the range of pixel values for the stretch histogram. |
|
readnonatomicassign |
The number of standard deviations that defines the range of pixel values for the stretch histogram.