ee.Algorithms.GeometryConstructors.Point
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้าง Point ใหม่จากพิกัด x,y ที่ระบุ
การใช้งาน | การคืนสินค้า |
---|
ee.Algorithms.GeometryConstructors.Point(coordinates, crs) | เรขาคณิต |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
coordinates | รายการ | พิกัดของ Point นี้ตามลำดับ x,y |
crs | การฉายภาพ ค่าเริ่มต้น: null | ระบบอ้างอิงพิกัดของพิกัด ค่าเริ่มต้นคือการฉายภาพของอินพุต โดยจะถือว่าตัวเลขเป็น EPSG:4326 |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eCreates a new Point geometry object using provided x and y coordinates.\u003c/p\u003e\n"],["\u003cp\u003eAccepts a list of coordinates and an optional coordinate reference system (CRS) as input.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to EPSG:4326 CRS if no CRS is specified for the input coordinates.\u003c/p\u003e\n"]]],["The core function is creating a `Point` geometry object using `ee.Algorithms.GeometryConstructors.Point`. It requires a list of `coordinates` in x,y order. An optional `crs` (coordinate reference system) argument can be specified; otherwise, it defaults to the projection of the inputs, with numbers assumed to be EPSG:4326. The function returns a `Geometry` object representing the created point.\n"],null,["# ee.Algorithms.GeometryConstructors.Point\n\nConstructs a new Point from the given x,y coordinates.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------------------------------------|----------|\n| `ee.Algorithms.GeometryConstructors.Point(coordinates, `*crs*`)` | Geometry |\n\n| Argument | Type | Details |\n|---------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `coordinates` | List | The coordinates of this Point in x,y order. |\n| `crs` | Projection, default: null | The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326. |"]]