ee.Geometry.Point.cutLines
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แปลงเรขาคณิต LineString, MultiLineString และ LinearRing เป็น MultiLineString โดยการตัดเป็นส่วนๆ ที่มีความยาวไม่เกินระยะทางที่กำหนด ระบบจะแปลงรูปทรงเรขาคณิตประเภทอื่นๆ ทั้งหมดเป็น MultiLineString ว่าง
การใช้งาน | การคืนสินค้า |
---|
Point.cutLines(distances, maxError, proj) | เรขาคณิต |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ geometry | เรขาคณิต | ตัดเส้นของรูปเรขาคณิตนี้ |
distances | รายการ | ระยะทางตาม LineString แต่ละรายการเพื่อตัดเส้นออกเป็นชิ้นๆ โดยวัดเป็นหน่วยของ proj ที่ระบุ หรือเป็นเมตรหากไม่ได้ระบุ proj |
maxError | ErrorMargin, ค่าเริ่มต้น: null | ปริมาณข้อผิดพลาดสูงสุดที่ยอมรับได้เมื่อทำการฉายซ้ำที่จำเป็น |
proj | การฉายภาพ ค่าเริ่มต้น: null | การฉายภาพผลลัพธ์และการวัดระยะทาง หรือ EPSG:4326 หากไม่ได้ระบุ |
ตัวอย่าง
โปรแกรมแก้ไขโค้ด (JavaScript)
// Notice: the cutLines geometry method applies only to LineString,
// MultiLineString, and LinearRing geometries. All other geometry types result
// in an empty MultiLineString.
การตั้งค่า Python
ดูข้อมูลเกี่ยวกับ Python API และการใช้ geemap
เพื่อการพัฒนาแบบอินเทอร์แอกทีฟได้ที่หน้า
สภาพแวดล้อม Python
import ee
import geemap.core as geemap
Colab (Python)
# Notice: the cutLines geometry method applies only to LineString,
# MultiLineString, and LinearRing geometries. All other geometry types result
# in an empty MultiLineString.
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],["The `cutLines` method transforms LineString, MultiLineString, and LinearRing geometries into a MultiLineString. It divides the lines into segments based on specified distances. The `distances` parameter defines the cutting points along the line. `maxError` sets the tolerance for reprojection errors. `proj` determines the projection and units, defaulting to EPSG:4326. Other geometry types result in an empty MultiLineString. The method operates on a geometry and returns a new Geometry object.\n"],null,[]]