ee.ImageCollection.bounds
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Erstellt einen Markierungsrahmen um die Geometrien in einer Sammlung.
Nutzung | Ausgabe |
---|
ImageCollection.bounds(maxError, proj) | Geometrie |
Argument | Typ | Details |
---|
So gehts: collection | FeatureCollection | Die Sammlung, deren Grenzen erstellt werden. |
maxError | ErrorMargin (optional) | Die maximale Fehlergröße, die bei einer erforderlichen Rückprojektion toleriert wird. |
proj | Projektion (optional) | Falls angegeben, wird das Ergebnis in dieser Projektion zurückgegeben. Andernfalls wird EPSG:4326 verwendet. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eCalculates a bounding box that encompasses all geometries within a given collection.\u003c/p\u003e\n"],["\u003cp\u003eThe function can accept optional parameters for controlling the maximum tolerated error during reprojection.\u003c/p\u003e\n"],["\u003cp\u003eAn optional projection parameter can be supplied, if none is supplied it defaults to EPSG:4326.\u003c/p\u003e\n"],["\u003cp\u003eThe function takes a collection as an argument and will return a geometry.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.bounds\n\nConstructs a bounding box around the geometries in a collection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------|----------|\n| ImageCollection.bounds`(`*maxError* `, `*proj*`)` | Geometry |\n\n| Argument | Type | Details |\n|--------------------|-----------------------|-----------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The collection whose bounds will be constructed. |\n| `maxError` | ErrorMargin, optional | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, optional | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |"]]