[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-25。"],[[["Defines a closed ring on the Earth's surface, ensuring the last point connects back to the first."],["Allows simplified creation of geodesic (EPSG:4326) rings using a series of longitude and latitude values."],["Accepts various input formats for ring coordinates, including GeoJSON, ee.Geometry objects, or raw numerical coordinates."],["Projection and geodesic behavior can be customized; defaults to input projection or EPSG:4326 with geodesic edges if unspecified."],["Includes an optional parameter to control error during reprojection for precise geometry handling."]]],["This code constructs a `LinearRing` geometry. It takes a list of coordinates (`coords`), an optional projection (`proj`), an optional geodesic setting, and an optional maximum error (`maxError`). If the last point in `coords` isn't the same as the first, it adds a duplicate. Varargs can be used with numbers, creating geodesic EPSG:4326 LinearRings. `coords` can be a list of coordinates, point geometries, or numbers. `geodesic` determines if edges are straight or curved.\n"]]