公告:凡是在
2025 年 4 月 15 日前註冊使用 Earth Engine 的非商業專案,都必須
驗證非商業用途資格,才能繼續存取 Earth Engine。
ee.Algorithms.GeometryConstructors.Point
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
:根據指定的 x、y 座標建構新的 Point。
用量 | 傳回 |
---|
ee.Algorithms.GeometryConstructors.Point(coordinates, crs) | 幾何圖形 |
引數 | 類型 | 詳細資料 |
---|
coordinates | 清單 | 這個 Point 的座標,依 x、y 順序排列。 |
crs | 投影,預設值:null | 座標的座標參考系統。預設值為輸入內容的投影,其中數字假設為 EPSG:4326。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]