ee.Geometry.MultiPoint.evaluate
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
به صورت ناهمزمان مقدار این شی را از سرور بازیابی می کند و آن را به تابع callback ارائه شده ارسال می کند.
استفاده | برمی گرداند | MultiPoint. evaluate (callback) | |
استدلال | تایپ کنید | جزئیات | این: computedobject | Computed Object | نمونه ComputedObject. |
callback | تابع | تابعی از تابع فرم (موفقیت، شکست)، زمانی که سرور پاسخی را برمی گرداند، فراخوانی می شود. اگر درخواست موفق شد، آرگومان موفقیت شامل نتیجه ارزیابی شده است. اگر درخواست ناموفق باشد، آرگومان شکست حاوی یک پیام خطا خواهد بود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eMultiPoint's \u003ccode\u003eevaluate\u003c/code\u003e function retrieves its value from the server asynchronously.\u003c/p\u003e\n"],["\u003cp\u003eThe retrieved value is then passed to a user-defined callback function.\u003c/p\u003e\n"],["\u003cp\u003eThe callback function handles both successful retrieval (using the \u003ccode\u003esuccess\u003c/code\u003e argument) and failures (using the \u003ccode\u003efailure\u003c/code\u003e argument).\u003c/p\u003e\n"]]],["The `MultiPoint.evaluate` method asynchronously fetches an object's value from the server. It takes a callback function as an argument. This function receives two arguments, `success` and `failure`. If the server request succeeds, `success` will hold the evaluated result. If it fails, `failure` will contain an error message. This action is performed on a `ComputedObject` instance. No return value is specified.\n"],null,["# ee.Geometry.MultiPoint.evaluate\n\n\u003cbr /\u003e\n\nAsynchronously retrieves the value of this object from the server and passes it to the provided callback function.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| MultiPoint.evaluate`(callback)` | |\n\n| Argument | Type | Details |\n|------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `computedobject` | ComputedObject | The ComputedObject instance. |\n| `callback` | Function | A function of the form function(success, failure), called when the server returns an answer. If the request succeeded, the success argument contains the evaluated result. If the request failed, the failure argument will contains an error message. |"]]