Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterStretchRendererProperties

Hierarchy

  • RasterStretchRendererProperties

Index

Properties

Optional colorRamp

The stretched values are mapped to this specified color ramp.

Read more...

Optional computeGamma

computeGamma: boolean

The computeGamma automatically calculates best gamma value to render exported image based on empirical model.

Read more...

Optional dynamicRangeAdjustment

dynamicRangeAdjustment: boolean

When Dynamic Range Adjustment is true, the statistics based on the current display extent are calculated as you zoom and pan around the image.

Read more...

Optional gamma

gamma: number[]

The gamma values to be used if useGamma is set to true.

Read more...

Optional maxPercent

maxPercent: number

Applicable when stretchType is percent-clip.

Read more...

Optional minPercent

minPercent: number

Applicable when stretchType is percent-clip.

Read more...

Optional numberOfStandardDeviations

numberOfStandardDeviations: number

Applicable when stretchType is standard-deviation.

Read more...

Optional outputMax

outputMax: number

The outputMax denotes the output maximum, which is the highest pixel value.

Read more...

Optional outputMin

outputMin: number

The outputMin denotes the output minimum, which is the lowest pixel value.

Read more...

Optional sigmoidStrengthLevel

sigmoidStrengthLevel: number

The sigmoid strength level determines how much of the sigmoidal function will be used in the stretch.

Read more...

Optional statistics

statistics: any[] | number[][] | RasterStretchRendererStatistics

The input statistics can be specified through the statistics property.

Read more...

Optional stretchType

stretchType: "none" | "standard-deviation" | "histogram-equalization" | "min-max" | "percent-clip" | "sigmoid"

The stretch type defines a histogram stretch that will be applied to the rasters to enhance their appearance.

Read more...

Optional useGamma

useGamma: boolean

Denotes whether the gamma value should be used.

Read more...

Generated using TypeDoc