ee.ImageCollection.toArrayPerBand
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
چندین تصویر را در یک تصویر آرایه ادغام می کند. در صورت پوشاندن هر ورودی، نتیجه ماسک می شود.
استفاده | برمی گرداند | ImageCollection. toArrayPerBand ( axis ) | تصویر |
استدلال | تایپ کنید | جزئیات | این: collection | ImageCollection | تصاویر برای الحاق یک الحاق جداگانه در هر باند انجام می شود، بنابراین همه تصاویر باید ابعاد و شکل یکسانی در هر باند داشته باشند، به جز طول در امتداد محور الحاق. |
axis | عدد صحیح، پیش فرض: 0 | محور برای الحاق در امتداد؛ باید حداقل 0 و حداکثر حداقل ابعاد هر باند در مجموعه باشد. |
،چندین تصویر را در یک تصویر آرایه ادغام می کند. در صورت پوشاندن هر ورودی، نتیجه ماسک می شود.
استفاده | برمی گرداند | ImageCollection. toArrayPerBand ( axis ) | تصویر |
استدلال | تایپ کنید | جزئیات | این: collection | ImageCollection | تصاویر برای الحاق یک الحاق جداگانه در هر باند انجام می شود، بنابراین همه تصاویر باید ابعاد و شکل یکسانی در هر باند داشته باشند، به جز طول در امتداد محور الحاق. |
axis | عدد صحیح، پیش فرض: 0 | محور برای الحاق در امتداد؛ باید حداقل 0 و حداکثر حداقل ابعاد هر باند در مجموعه باشد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCreates a single image array by combining multiple images from an ImageCollection.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting image retains any masking present in the input images.\u003c/p\u003e\n"],["\u003cp\u003eImages within the collection must have consistent dimensionality and shape per band for concatenation.\u003c/p\u003e\n"],["\u003cp\u003eConcatenation is performed independently for each band along a specified axis.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaxis\u003c/code\u003e parameter controls the direction of concatenation, defaulting to 0.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.toArrayPerBand\n\nConcatenates multiple images into a single array image. The result will be masked if any input is masked.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|---------|\n| ImageCollection.toArrayPerBand`(`*axis*`)` | Image |\n\n| Argument | Type | Details |\n|--------------------|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | ImageCollection | Images to concatenate. A separate concatenation is done per band, so all the images must have the same dimensionality and shape per band, except length along the concatenation axis. |\n| `axis` | Integer, default: 0 | Axis to concatenate along; must be at least 0 and at most the minimum dimension of any band in the collection. |"]]