[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-26。"],[[["Creates a new Point geometry object using provided x and y coordinates."],["Accepts a list of coordinates and an optional coordinate reference system (CRS) as input."],["Defaults to EPSG:4326 CRS if no CRS is specified for the input coordinates."]]],["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"]]