ee.Feature.distance
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลระยะทางขั้นต่ำระหว่างเรขาคณิตขององค์ประกอบ 2 รายการ
การใช้งาน | การคืนสินค้า |
---|
Feature.distance(right, maxError, proj, spherical) | ทศนิยม |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
this: left | องค์ประกอบ | องค์ประกอบที่มีเรขาคณิตซึ่งใช้เป็นโอเปอเรนดด้านซ้ายของการดำเนินการ |
right | องค์ประกอบ | องค์ประกอบที่มีเรขาคณิตซึ่งใช้เป็นออปเรอเรนต์ด้านขวาของการดำเนินการ |
maxError | ErrorMargin, ค่าเริ่มต้น: null | ปริมาณข้อผิดพลาดสูงสุดที่ยอมรับได้เมื่อทำการฉายภาพใหม่ที่จำเป็น |
proj | การคาดการณ์ ค่าเริ่มต้น: null | การฉายที่จะใช้ดำเนินการ หากไม่ระบุ ระบบจะดำเนินการในระบบพิกัดทรงกลมและระยะทางเชิงเส้นจะเป็นเมตรบนทรงกลม |
spherical | บูลีน ค่าเริ่มต้น: เท็จ | หากเป็น "จริง" ระบบจะคำนวณบนทรงกลมหน่วย หากเป็นเท็จ การคำนวณจะเป็นรูปวงรีโดยพิจารณาความลาดเอียงของโลก จะไม่สนใจหากมีการระบุ proj ค่าเริ่มต้นคือ False |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eMeasures the shortest distance between two geographical features.\u003c/p\u003e\n"],["\u003cp\u003eAccepts two features as input, along with optional parameters for error margin and projection.\u003c/p\u003e\n"],["\u003cp\u003eReturns the calculated distance as a floating-point number, representing the separation between the features.\u003c/p\u003e\n"],["\u003cp\u003eIf a projection is not specified, calculations default to a spherical coordinate system with distances in meters.\u003c/p\u003e\n"],["\u003cp\u003eAllows for specifying an error margin to manage the accuracy of calculations, particularly during reprojection.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.distance\n\nReturns the minimum distance between the geometries of two features.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------|---------|\n| Feature.distance`(right, `*maxError* `, `*proj* `, `*spherical*`)` | Float |\n\n| Argument | Type | Details |\n|--------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `left` | Element | The feature containing the geometry used as the left operand of the operation. |\n| `right` | Element | The feature containing the geometry used as the right operand of the operation. |\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. |\n| `spherical` | Boolean, default: false | If true, the calculation will be done on the unit sphere. If false, the calculation will be elliptical, taking earth flattening into account. Ignored if proj is specified. Default is false. |"]]