IStretchFunctionArguments2 Interface

Provides access to members that control stretch function arguments.

Members

Name Description
Read/write property ComputeGamma Indicates if gamma values should be computed by default.
Read/write property DRA Indicates if Dynamic Range Adjustment should be applied.
Read/write property EstimateStatsHistogram Indicates if statistics and histograms should be computed (estimated) if none existss.
Read/write property Gamma The list of Gamma value(s).
Read/write property Histograms The custom raster stretch histogram.
Read/write property Max The current maximum output value.
Read/write property MaxPercent The current maximum percent value.
Read/write property Min The current minimum output value.
Read/write property MinPercent The current minimum percent value.
Read/write property NumberOfStandardDeviations The number of standard deviations for standard deviation stretch.
Read/write property Raster The source raster object.
Read/write property Statistics The custom raster stretch statistics.
Read/write property StretchType The stretch type.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.