Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain access. If you have not verified by September 26, 2025, your access may be on hold.
ee.FeatureCollection.geometry
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The geometry() method extracts and merges the geometries of a collection, requiring all geometries to share the same projection and edge interpretation.
Using a large or complex collection can negatively impact performance.
For just a bounding box of the collection, consider using Collection.bounds instead of geometry().
Extracts and merges the geometries of a collection. Requires that all the geometries in the collection share the projection and edge interpretation.
Usage
Returns
FeatureCollection.geometry(maxError)
Geometry
Argument
Type
Details
this: collection
FeatureCollection
The collection whose geometries will be extracted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-23 UTC."],[],[]]