Provides access to members that control stretch function arguments.
Members
Name | Description | |
---|---|---|
ComputeGamma | Indicates if gamma values should be computed by default. | |
DRA | Indicates if Dynamic Range Adjustment should be applied. | |
EstimateStatsHistogram | Indicates if statistics and histograms should be computed (estimated) if none existss. | |
Gamma | The list of Gamma value(s). | |
Histograms | The custom raster stretch histogram. | |
Max | The current maximum output value. | |
MaxPercent | The current maximum percent value. | |
Min | The current minimum output value. | |
MinPercent | The current minimum percent value. | |
NumberOfStandardDeviations | The number of standard deviations for standard deviation stretch. | |
Raster | The source raster object. | |
Statistics | The custom raster stretch statistics. | |
StretchType | The stretch type. | |
UseGamma | Indicates if applies Gamma stretch. |
IStretchFunctionArguments2.ComputeGamma Property
Indicates if gamma values should be computed by default.
Public Property ComputeGamma As Boolean
public bool ComputeGamma {get; set;}
IStretchFunctionArguments2.DRA Property
Indicates if Dynamic Range Adjustment should be applied.
Public Property DRA As Boolean
public bool DRA {get; set;}
IStretchFunctionArguments2.EstimateStatsHistogram Property
Indicates if statistics and histograms should be computed (estimated) if none existss.
Public Property EstimateStatsHistogram As Boolean
public bool EstimateStatsHistogram {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IStretchFunctionArguments | Provides access to members that control stretch function arguments. |
Classes that implement IStretchFunctionArguments2
Classes | Description |
---|---|
StretchFunctionArguments | A class for stretch raster function arguments. |