ee.Feature.intersection
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลฟีเจอร์ที่มีจุดตัดของเรขาคณิตของฟีเจอร์ 2 รายการ โดยมีพร็อพเพอร์ตี้ของฟีเจอร์ทางซ้าย
การใช้งาน | การคืนสินค้า |
---|
Feature.intersection(right, maxError, proj) | ฟีเจอร์ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ left | องค์ประกอบ | ฟีเจอร์ที่มีเรขาคณิตที่ใช้เป็นตัวถูกดำเนินการทางซ้ายของการดำเนินการ ระบบจะคัดลอกพร็อพเพอร์ตี้ของผลลัพธ์จากออบเจ็กต์นี้ |
right | องค์ประกอบ | ฟีเจอร์ที่มีเรขาคณิตที่ใช้เป็นตัวถูกดำเนินการด้านขวาของการดำเนินการ ระบบจะไม่สนใจพร็อพเพอร์ตี้ของออบเจ็กต์นี้ |
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\u003eReturns a new feature that represents the geometric intersection of two input features.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting feature inherits the properties of the first input feature (\u003ccode\u003eleft\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eYou can optionally specify the projection and maximum error tolerance for the intersection operation.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.intersection\n\nReturns a feature containing the intersection of the geometries of two features, with the properties of the left feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------|---------|\n| Feature.intersection`(right, `*maxError* `, `*proj*`)` | Feature |\n\n| Argument | Type | Details |\n|--------------|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Element | The feature containing the geometry used as the left operand of the operation. The properties of the result will be copied from this object. |\n| `right` | Element | The feature containing the geometry used as the right operand of the operation. The properties of this object are ignored. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | The projection in which to perform the operation. If not specified, the operation will be performed in a spherical coordinate system, and linear distances will be in meters on the sphere. |"]]