[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[[["`ee.apply()` enables calling a specified function with provided named arguments stored in a dictionary."],["It returns a `ComputedObject` which can be further used in Earth Engine computations, potentially casting the result to a specified return type if defined in the function signature."],["Input arguments include the target function (`func`) that can either be an `ee.Function` object or the name of an existing API function, and a dictionary of named arguments (`namedArgs`) that will be passed to the function."]]],["The `ee.apply` function calls a specified function, which can be either an `ee.Function` object or an API function name, using a dictionary of named arguments. It returns a `ComputedObject`, casting the return value to the type specified in the function's signature, if available. The function takes two arguments: `func` to define the function and `namedArgs`, an object, which contains the function's arguments.\n"]]