目录
简介
函数
clear()
Arguments:
Returns: ui.Panel
getValue()
Arguments:
Returns: String
ee.Number.parse(input, radix)
Arguments:
Returns: Number
ee.Image.pixelLonLat()
No arguments.
Returns: Image
代码
结果
简介
GEE 土地分类——通过两阶段抽样设计对制定区域的影像进行样本点抽样
函数
clear()
Removes all widgets from the panel.
Returns this panel.
Arguments:
this:ui.panel (ui.Panel):
The ui.Panel instance.
Returns: ui.Panel
getValue()
Returns the value of the textbox.
Arguments:
this:ui.textbox (ui.Textbox):
The ui.Textbox instance.
Returns: String
ee.Number.parse(input, radix)
Convert a string to a number.
Arguments:
i