公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.GeometryConstructors.MultiLineString
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
根据给定的坐标构造 MultiLineString。
用法 | 返回 |
---|
ee.Algorithms.GeometryConstructors.MultiLineString(coordinates, crs, geodesic, maxError) | 几何图形 |
参数 | 类型 | 详细信息 |
---|
coordinates | 列表 | LineString 的列表,或者(为了封装单个 LineString)按 x、y 顺序排列的 Point 或 Number 对的列表。 |
crs | 投影,默认值:null | 相应坐标的坐标参考系统。默认值为输入的投影,其中假设数字采用 EPSG:4326。 |
geodesic | 布尔值,默认值:null | 如果为 false,则投影中的边缘为直线。如果为 true,则边会弯曲,以遵循地球表面的最短路径。默认值为输入的测地线状态,如果输入为数字,则为 true。 |
maxError | ErrorMargin,默认值:null | 输入几何图形必须重新投影到明确请求的结果投影或测地线状态时的最大误差。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The function `MultiLineString` creates a geometry object from a list of coordinates. It takes `coordinates` defining the LineStrings, and optionally, the `crs` (coordinate reference system), `geodesic` (true for curved edges, false for straight), and `maxError` (for reprojection errors). The function returns a `Geometry` object representing the constructed MultiLineString. `coordinates` can be a list of LineStrings, points or a list of number pairs in x,y order.\n"],null,[]]