Stay organized with collections
Save and categorize content based on your preferences.
Returns the length of the perimeter of the polygonal parts of the geometry. The perimeter of multi geometries is the sum of the perimeters of their components.
Usage
Returns
BBox.perimeter(maxError, proj)
Float
Argument
Type
Details
this: geometry
Geometry
The input geometry.
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.
[[["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 total length of all sides (perimeter) for the polygonal parts of a geometry."],["Calculation includes the perimeter of all components in multi-geometries by summing their individual perimeters."],["The perimeter can be calculated in meters or in the units of a specified projection."],["An optional `maxError` parameter controls the tolerance for reprojection errors."]]],[]]