目录
函数:
ee.Image.constant(value)
Generates an image containing a constant value everywhere.
生成一个到处都含有常量值的图像。
Arguments:
value (Object):
The value of the pixels in the constant image. Must be a number or an Array or a list of numbers or Arrays.
Returns: Image
toByte()
Casts the input value to an unsigned 8-bit integer.
将输入值转换为一个无符号的8位整数。
Arguments:
this:value (Image):
The image