ee.ImageCollection.bounds
Constructs a bounding box around the geometries in a collection.
Usage | Returns |
---|
ImageCollection.bounds(maxError, proj) | Geometry |
Argument | Type | Details |
---|
this: collection | FeatureCollection | The collection whose bounds will be constructed. |
maxError | ErrorMargin, optional | The maximum amount of error tolerated when performing any necessary reprojection. |
proj | Projection, optional | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |
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 2024-12-23 UTC.
[null,null,["Last updated 2024-12-23 UTC."],[[["Calculates a bounding box that encompasses all geometries within a given collection."],["The function can accept optional parameters for controlling the maximum tolerated error during reprojection."],["An optional projection parameter can be supplied, if none is supplied it defaults to EPSG:4326."],["The function takes a collection as an argument and will return a geometry."]]],[]]