import type { RasterPrimaryArgument, RasterArgument, BaseRasterFunctionParameters, Base2RasterFunctionParameters, BaseNRasterFunctionParameters } from "@arcgis/core/layers/raster/functions/types.js";Type definitions
RasterPrimaryArgument
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Raster argument used to specify raster(s) used in raster processing.
- Type
- string | RasterFunction
RasterArgument
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Raster argument used to specify raster(s) used in raster processing. When the input raster is the image service itself and if the raster function takes:
- A single input raster: the raster parameter can be omitted.
- Multiple input rasters: the image service raster needs to be represented using defaultRaster as
("$$").
When the input raster is the result of a another raster function processing:
- Set the raster parameter to a result of a raster function.
When the raster function takes more than one input rasters:
- One of the input (usually the first) must be either another raster function or an image service raster
- Additional rasters can also be specified in the form of a scalar, e.g. 100. When the function is applied on a dynamic image service:
$RasterId(e.g. "$1") can be used to reference a raster by its objectId.
- Type
- number | RasterPrimaryArgument
BaseRasterFunctionParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Input parameters for performing math operations on one input raster.
raster
- Type
- RasterPrimaryArgument | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The input raster. Default is the image service.
outputPixelType
- Type
- RasterCommonPixelType | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The output pixel type, default is unknown.
- Default value
- "unknown"
Base2RasterFunctionParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Input parameters for perform math operations between two rasters.
raster
- Type
- RasterArgument
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The first raster (pre changes).
raster2
- Type
- RasterArgument
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The second raster (post changes).
outputPixelType
- Type
- RasterCommonPixelType | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The output pixel type, default is unknown.
BaseNRasterFunctionParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
rasters
- Type
- RasterArgument[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The input raster. Default is the image service.
outputPixelType
- Type
- RasterCommonPixelType | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The output pixel type, default is unknown.
- Default value
- "unknown"
ConvolutionType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "user-defined" | "line-detection-horizontal" | "line-detection-vertical" | "line-detection-left-diagonal" | "line-detection-right-diagonal" | "gradient-north" | "gradient-west" | "gradient-east" | "gradient-south" | "gradient-north-east" | "gradient-north-west" | "smooth-arithmetic-mean" | "smoothing3x3" | "smoothing5x5" | "sharpening3x3" | "sharpening5x5" | "laplacian3x3" | "laplacian5x5" | "sobel-horizontal" | "sobel-vertical" | "sharpen" | "sharpen2" | "point-spread" | "none"
ConvolutionFunctionParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
- Supertypes
- BaseRasterFunctionParameters
convolutionType
- Type
- Exclude<ConvolutionType, "user-defined">
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The convolution type.
ConvolutionFunctionCustomParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
- Supertypes
- BaseRasterFunctionParameters
convolutionType
- Type
- "user-defined" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The convolution type must be "user-defined".
rows
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The number of rows, only needed for user-defined kernel.
cols
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The number of columns, only needed for user-defined kernel
kernel
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The kernel size of rows x columns arranged in row-major order.
ContrastBrightnessParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
contrastOffset
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Contrast offset from -100 to 100.
brightnessOffset
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Brightness offset from -100 to 100.
BaseStretchParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
MinMaxStretchParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseStretchParameters
statistics
- Type
- RasterBandStatistics[] | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The avg and stddev in each band's statistics is used along with numberOfStandardDeviations to calculate the cut off pixels values beling stretched. Default is the input data source's statistics.
StddevStretchParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- MinMaxStretchParameters
PercentClipStretchParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseStretchParameters
NDVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
SAVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
TSAVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
MSAVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
GEMIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
PVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
LandsatBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
SultanParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
VARIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
GDNVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
SRBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
NDVIreBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
SRreBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
MTVI2BandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
RTVICoreBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
CIreBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
CIgBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
NDWIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
EVIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
IronOxideBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
FerrousMineralsBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
ClayMineralsBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
swir1BandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id centering around 1.5—1.75µm.
swir2BandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id centering around 2.08—2.35µm.
WNDWIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
BAIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
NBRBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
NDBIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
NDMIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
nirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based near infrared band id.
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
NDSIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
MNDWIBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
swirBandId
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The 0-based shortwave infrared band id.
CustomBandParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
bandIndexes
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The custom band index, e.g. (b1 - b0) / (b1 + b0)
ChangeMethod
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Change methods for compute change raster function.
- Type
- "difference" | "relative-difference" | "categorical" | "euclidean-distance" | "angle-difference" | "band-with-most-change"
ChangeKeepMethod
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Change keep methods for compute change raster function.
- Type
- "all" | "changed" | "unchanged"
ComputeChangeParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- Base2RasterFunctionParameters
method
- Type
- ChangeMethod
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The method used to compute changes.
keepMethod
- Type
- ChangeKeepMethod | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Choose what to keep for categorical changes.
GrayscaleParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
weights
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The weights applied to each input band. Weights are often applied because some bands have variable importance depending on the application.
ColorspaceConversionParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
SpectralConversionParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
ColormapParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Raster colormap input parameters specified using a colormap.
- Supertypes
- BaseRasterFunctionParameters
colormap
- Type
- number[][] | PixelValueToColor[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The colormap.
PixelValueToColor
- Since
- ArcGIS Maps SDK for JavaScript 4.28
A pixel value to color mapping.
ColormapByNameParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Raster colormap input parameters specified using colormap name.
- Supertypes
- BaseRasterFunctionParameters
ColormapByRampParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Raster colormap input parameters specified using a colorramp.
- Supertypes
- BaseRasterFunctionParameters
StatisticsHistogramParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
statistics
- Type
- RasterBandStatistics[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The statistics parameter.
histograms
- Type
- RasterHistogram[] | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The histogram parameter.
TableParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
attributeTable
- Type
- FeatureSet
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The attribute table represented using a feature set.
ExtractBandByIdParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Extract bands parameters specified using band ids.
- Supertypes
- BaseRasterFunctionParameters
missingBandAction
- Type
- "fail" | "best-match" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Indicate whether to use best possible matching band when the requested band is missing.
ExtractBandByNameParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Extract bands parameters specified using band names.
- Supertypes
- BaseRasterFunctionParameters
missingBandAction
- Type
- "fail" | "best-match" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Indicate whether to use best possible matching band when the requested band is missing.
ExtractBandByWavelengthParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Extract bands parameters specified using band wavelengths.
- Supertypes
- BaseRasterFunctionParameters
bandWavelengths
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The band wavelengths.
missingBandAction
- Type
- "fail" | "best-match" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Indicate whether to use best possible matching band when the requested band is missing.
ColorCompositeByIdParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.32
Create color composite input parameters using band ids.
- Supertypes
- BaseRasterFunctionParameters
ColorCompositeByNameParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.32
Create color composite input parameters using band names or expressions. The supported operators are unary: plus (+), minus (-), times (*), and divide (/). Using B1 for the first band of the input raster, B2 for the second band, and so on.
- Supertypes
- BaseRasterFunctionParameters
redBand
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Red band name or expression, e.g. "B1"
greenBand
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Green band name or expression, e.g. "B2"
blueBand
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Blue band name or expression, e.g. "B1-B2"
RemapParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
rangeMaps
- Type
- PixelValueRangeMap[] | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Range maps.
TransposeBitsParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
inputBitPositions
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The position of the input bits.
outputBitPositions
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The position of the output bits.
fillRaster
- Type
- RasterArgument | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Specify a raster to be used to fill in all bits that are not involved in the transpose.
MaskParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
noDataInterpretation
- Type
- "match-any" | "match-all" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Result is no data if all bands are nodata when match-all is specified, any if any band is nodata when match-any is specified. Default is match-any.
ClipParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
SetNullParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
SetNull parameters
- Supertypes
- BaseRasterFunctionParameters
ConditionalParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.28
Conditional parameters
- Supertypes
- BaseRasterFunctionParameters
CellStatisticsType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "majority" | "max" | "mean" | "median" | "min" | "minority" | "range" | "stddev" | "sum" | "variety"
CalculatorParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseNRasterFunctionParameters
WeightedSumParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseNRasterFunctionParameters
WeightedOverlayParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseNRasterFunctionParameters
weights
- Type
- number[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The relative weight for each raster. This will be normalized internally to make the total weight 100%.
minScale
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The minimum scale of the mapped output
maxScale
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The maximum scale of the mapped output.
FocalStatisticsType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "min" | "max" | "mean" | "stddev" | "median" | "majority" | "minority"
StatisticsParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
statisticsType
- Type
- FocalStatisticsType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The statistics type
ArgStatisticsParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.32
Arg statistics input parameters for min, max, and median statistics type.
- Supertypes
- BaseNRasterFunctionParameters
ArgStatisticsDurationParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.32
Arg statistics input parameters for duration statistics type.
- Supertypes
- BaseNRasterFunctionParameters
minValue
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The lowest value equal to or greater than the beginning of the duration.
maxValue
- Type
- number
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The highest value equal to or less than the end of the duration.
RasterSlopeType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Raster slope type.
- Type
- "degree" | "percent-rise" | "adjusted"
SlopeParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
removeEdgeEffect
- Since
- ArcGIS Maps SDK for JavaScript 5.0
When true, applies edge effect removal. This option is only supported on server side by ImageryLayer only.
RasterCurvatureType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Raster curvature type.
- Type
- "standard" | "planform" | "profile"
CurvatureParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
curvatureType
- Type
- RasterCurvatureType
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The curvature type.
HillshadeParameters
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- BaseRasterFunctionParameters
scalingType
- Type
- "none" | "adjusted" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The scaling type.
removeEdgeEffect
- Since
- ArcGIS Maps SDK for JavaScript 5.0
When true, applies edge effect removal. This option is only supported on server side by ImageryLayer only.
ShadedReliefWithColorRampParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.31
- Supertypes
- HillshadeParameters
ShadedReliefWithColormapParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.31
- Supertypes
- HillshadeParameters
colormap
- Type
- number[][]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The color map used to tint the hillshade.
ShadedReliefWithColorRampNameParameters
- Since
- ArcGIS Maps SDK for JavaScript 4.31
- Supertypes
- HillshadeParameters
colorRampName
- Type
- RasterColorRampName
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The name of the color ramp used to tint the hillshade.