ee.Feature.perimeter
Returns the length of the perimeter of the polygonal parts of the geometry of a given feature. The perimeter of multi geometries is the sum of the perimeters of their components.
Usage | Returns | Feature.perimeter(maxError, proj) | Float |
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 result will be in the units of the coordinate system of this projection. Otherwise it will be in meters. |
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."],[[["The `perimeter()` function calculates the total length of the outer boundary of a feature's geometry."],["It works with both single and multipart geometries, summing individual perimeters for the latter."],["Results are typically in meters but can be returned in the units of a specified projection using the `proj` argument."],["An optional `maxError` argument controls the acceptable error during reprojection if necessary."]]],[]]