目录
简介
函数
unmask(value, sameFootprint)
Arguments:
Returns: Image
selfMask()
Arguments:
Returns: Image
代码
结果
简介
将图像剪切成多边形,并保留内部部分。 图像将保留所有原始波段
函数
unmask(value, sameFootprint)
Replaces mask and value of the input image with the mask and value of another image at all positions where the input mask is zero. The output image retains the metadata of the input image. By default, the output image also retains the footprint of the input, but setting sameFootprint to false allows to extend the footprint.
在输入掩码为零的所有位置,用另一幅图像的掩码和值替换输入图像的掩码和值。输出图像会保留输入图像的元数据。默认情况下,输出图像也会保留输入图像的足迹,但将 sameFootprint 设为 false 可以扩展足迹。
Arguments:
this