[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["This function calculates the total length of linear geometries within a given feature, excluding any polygonal parts."],["For features with multiple geometries, the function sums the lengths of each individual component to determine the overall length."],["Results are given in meters by default, but can be specified in the units of a provided projection."],["An optional error margin can be specified for handling reprojection, if needed."]]],["The `Feature.length()` method calculates the total length of linear components within a feature's geometry, excluding polygonal parts. It returns a float value representing this length. The method accepts optional `maxError` and `proj` arguments. `maxError` defines the acceptable error during reprojection, and `proj` specifies the desired coordinate system for the output, defaulting to meters if unspecified. The feature itself is mandatory for which the length is calculated.\n"]]