Types
import type { HillshadeType, RasterStretchType, RasterColormapName, RasterColorRampName, RasterRendererUnion } from "@arcgis/core/renderers/support/raster/types.js";Type definitions
HillshadeType
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "traditional" | "multi-directional"
RasterStretchType
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "none" | "standard-deviation" | "histogram-equalization" | "min-max" | "percent-clip" | "sigmoid"
RasterColormapName
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "random" | "ndvi" | "ndvi2" | "ndvi3" | "elevation" | "gray" | "hillshade"
RasterColorRampName
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "aspect" | "black-to-white" | "blue-bright" | "blue-light-to-dark" | "blue-green-bright" | "blue-green-light-to-dark" | "brown-light-to-dark" | "brown-to-blue-green-diverging-right" | "brown-to-blue-green-diverging-dark" | "coefficient-bias" | "cold-to-hot-diverging" | "condition-number" | "cyan-to-purple" | "cyan-light-to-blue-dark" | "distance" | "elevation1" | "elevation2" | "errors" | "gray-light-to-dark" | "green-bright" | "green-light-to-dark" | "green-to-blue" | "orange-bright" | "orange-light-to-dark" | "partial-spectrum" | "partial-spectrum-1-diverging" | "partial-spectrum-2-diverging" | "pink-to-yellow-green-diverging-bright" | "pink-to-yellow-green-diverging-dark" | "precipitation" | "prediction" | "purple-bright" | "purple-to-green-diverging-bright" | "purple-to-green-diverging-dark" | "purple-blue-bright" | "purple-blue-light-to-dark" | "purple-red-bright" | "purple-red-light-to-dark" | "red-bright" | "red-light-to-dark" | "red-to-blue-diverging-bright" | "red-to-blue-diverging-dark" | "red-to-green" | "red-to-green-diverging-bright" | "red-to-green-diverging-dark" | "slope" | "spectrum-full-bright" | "spectrum-full-dark" | "spectrum-full-light" | "surface" | "temperature" | "white-to-black" | "yellow-to-dark-red" | "yellow-to-green-to-dark-blue" | "yellow-to-red" | "yellow-green-bright" | "yellow-green-light-to-dark"