Stay organized with collections
Save and categorize content based on your preferences.
Returns the geometry of a given feature in a given projection.
Usage
Returns
Image.geometry(maxError, proj, geodesics)
Geometry
Argument
Type
Details
this: feature
Element
The feature from which the geometry is taken.
maxError
ErrorMargin, default: null
The maximum amount of error tolerated when performing any necessary reprojection.
proj
Projection, default: null
If specified, the geometry will be in this projection. If unspecified, the geometry will be in its default projection.
geodesics
Boolean, default: null
If true, the geometry will have geodesic edges. If false, it will have edges as straight lines in the specified projection. If null, the edge interpretation will be the same as the original geometry. This argument is ignored if proj is not specified.
[[["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 2023-10-06 UTC."],[[["Returns the geometry of an image feature, optionally reprojected and with controlled error margins."],["Accepts parameters to specify the maximum reprojection error, the desired output projection, and whether to use geodesic edges."],["By default, returns the geometry in its original projection and with the original edge interpretation."],["If a projection is specified without defining geodesic behavior, the original geometry's edge interpretation is preserved."],["Applies to image features and allows extraction of their geometric properties for further analysis or visualization."]]],[]]