Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterShadedReliefRenderer

Hierarchy

Index

Properties

altitude

altitude: number

The sun's angle of elevation above the horizon, ranging from 0 to 90 degrees.

Read more...

azimuth

azimuth: number

The sun's relative position along the horizon, ranging from 0 to 360 degrees.

Read more...

colorRamp

colorRamp: supportColorRamp

The color ramp to display the shaded relief.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

hillshadeType

hillshadeType: "traditional" | "multi-directional"

The type of hillshading being applied on the elevation surface.

Read more...

initialized

initialized: boolean

pixelSizeFactor

pixelSizeFactor: number

Pixel size factor accounts for changes in scale as the viewer zooms in and out on the map display.

Read more...

pixelSizePower

pixelSizePower: number

Pixel Size Power accounts for the altitude changes (or scale) as the viewer zooms in and out on the map display.

Read more...

scalingType

scalingType: "none" | "adjusted"

Applies a constant or adjusted z-factor based on resolution changes.

Read more...

Readonly type

type: "raster-shaded-relief"

The type of Renderer.

Read more...

zFactor

zFactor: number

A ratio of z unit / xy unit, with optional exaggeration factored in.

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 RasterShadedReliefRenderer

clone

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

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