ee.ImageCollection.union
Merges all geometries in a given collection into one and returns a collection containing a single feature with only an ID of 'union_result' and a geometry.
Usage | Returns | ImageCollection.union(maxError) | FeatureCollection |
Argument | Type | Details | this: collection | FeatureCollection | The collection being merged. |
maxError | ErrorMargin, default: null | The maximum error allowed when performing any necessary reprojections. If not specified, defaults to the error margin requested from the output. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Combines all geometries within a FeatureCollection into a single, unified geometry."],["Returns a new FeatureCollection containing one feature with the merged geometry, identified by 'union_result'."],["Accepts an optional `maxError` parameter to control the accuracy of reprojections during the merge process."]]],[]]