Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageHistogramParameters

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

geometry

geometry: Extent | Polygon

Input geometry that defines the area of interest for which the histograms and statistics will be computed.

Read more...

initialized

initialized: boolean

mosaicRule

mosaicRule: MosaicRule

Specifies the mosaic rule on how individual images should be mosaicked when the histogram is computed.

Read more...

pixelSize

Specifies the pixel size (or the resolution).

Read more...

renderingRule

renderingRule: RasterFunction

Specifies the rendering rule from which to compute the statistics and histogram.

Read more...

timeExtent

timeExtent: TimeExtent

The time extent for which to compute the statistics and histogram.

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 ImageHistogramParameters

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 ImageHistogramParameters

  • Parameters

    Returns ImageHistogramParameters

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