ee.Algorithms.GeometryConstructors.Point

根据给定的 x、y 坐标构造新的 Point。

用法返回
ee.Algorithms.GeometryConstructors.Point(coordinates, crs)几何图形
参数类型详细信息
coordinates列表相应 Point 的坐标,按 x、y 顺序排列。
crs投影,默认值:null相应坐标的坐标参考系统。默认值为输入的投影,其中假设数字采用 EPSG:4326。