Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterStretchRenderer

Hierarchy

Index

Properties

colorRamp

colorRamp: supportColorRamp

The stretched values are mapped to this specified color ramp.

Read more...

computeGamma

computeGamma: boolean

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

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...

gamma

gamma: number[]

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

Read more...

initialized

initialized: boolean

maxPercent

maxPercent: number

Applicable when stretchType is percent-clip.

Read more...

minPercent

minPercent: number

Applicable when stretchType is percent-clip.

Read more...

numberOfStandardDeviations

numberOfStandardDeviations: number

Applicable when stretchType is standard-deviation.

Read more...

outputMax

outputMax: number

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

Read more...

outputMin

outputMin: number

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

Read more...

sigmoidStrengthLevel

sigmoidStrengthLevel: number

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

Read more...

statistics

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

The input statistics can be specified through the statistics property.

Read more...

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...

Readonly type

type: "raster-stretch"

The type of Renderer.

Read more...

useGamma

useGamma: boolean

Denotes whether the gamma value should be used.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns RasterStretchRenderer

clone

  • Creates a deep clone of the renderer.

    Read more...

    Returns RasterStretchRenderer

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns RasterStretchRenderer

  • Parameters

    Returns RasterStretchRenderer

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc