目录
reduceToImage(properties, reducer)
简介
将矢量几何图形转换为图像
函数
reduceToImage(properties, reducer)
Creates an image from a feature collection by applying a reducer over the selected properties of all the features that intersect each pixel.
通过对与每个像素相交的所有特征的选定属性应用reducer,从特征集合创建图像。
Arguments:
this:collection (FeatureCollection):
Feature collection to intersect with each output pixel.
properties (List):
Properties to select from each feature and pass into the reducer.
reducer (Reducer):
A Reducer to combine the properties of each intersecting feature into a final result to sto