ee.Feature.dissolve
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลฟีเจอร์ที่มีการรวมเรขาคณิตของฟีเจอร์ ซึ่งจะไม่มีผลกับเรขาคณิตแบบเดี่ยวและรวมเรขาคณิตหลายรูป
การใช้งาน | การคืนสินค้า |
---|
Feature.dissolve(maxError, proj) | องค์ประกอบ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ feature | องค์ประกอบ | ฟีเจอร์ที่มีเรขาคณิตที่กำลังรวมกัน |
maxError | ErrorMargin, ค่าเริ่มต้น: null | ปริมาณข้อผิดพลาดสูงสุดที่ยอมรับได้เมื่อทำการฉายซ้ำที่จำเป็น |
proj | การฉายภาพ ค่าเริ่มต้น: null | หากระบุไว้ ระบบจะดำเนินการรวมในการฉายภาพนี้ มิฉะนั้น ระบบจะดำเนินการในระบบพิกัดทรงกลม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003edissolve()\u003c/code\u003e function combines the geometries of a feature, primarily to merge multi-geometries into a single geometry.\u003c/p\u003e\n"],["\u003cp\u003eIt can be applied to any \u003ccode\u003eFeature\u003c/code\u003e and returns an \u003ccode\u003eElement\u003c/code\u003e with the unioned geometry.\u003c/p\u003e\n"],["\u003cp\u003eOptional parameters allow for controlling the error margin (\u003ccode\u003emaxError\u003c/code\u003e) during reprojection and specifying a projection (\u003ccode\u003eproj\u003c/code\u003e) for the union operation.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.dissolve\n\nReturns a feature containing the union of the geometry of a feature. This leaves single geometries untouched, and unions multi geometries.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------|---------|\n| Feature.dissolve`(`*maxError* `, `*proj*`)` | Element |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature the geometry of which is being unioned. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the union will be performed in this projection. Otherwise it will be performed in a spherical coordinate system. |"]]