Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
Danh sách LineString hoặc để bao bọc một LineString duy nhất, danh sách Point hoặc cặp Số theo thứ tự x,y.
crs
Phép chiếu, mặc định: null
Hệ thống tham chiếu toạ độ của các toạ độ. Giá trị mặc định là phép chiếu của các đầu vào, trong đó các Số được giả định là EPSG:4326.
geodesic
Boolean, mặc định: null
Nếu là false, các cạnh sẽ thẳng trong phép chiếu. Nếu là true, các cạnh sẽ được uốn cong để đi theo đường ngắn nhất trên bề mặt Trái Đất. Giá trị mặc định là trạng thái trắc địa của các giá trị đầu vào hoặc true nếu các giá trị đầu vào là số.
maxError
ErrorMargin, mặc định: null
Lỗi tối đa khi hình học đầu vào phải được chiếu lại thành một phép chiếu kết quả hoặc trạng thái trắc địa được yêu cầu rõ ràng.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["Creates a MultiLineString geometry from a list of LineStrings or Points."],["Accepts `coordinates`, `crs`, `geodesic`, and `maxError` as inputs to define the MultiLineString."],["The `crs` parameter specifies the coordinate reference system, defaulting to EPSG:4326 if numbers are provided."],["The `geodesic` parameter determines if edges are straight or follow the Earth's curvature, with a default based on input type."]]],["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"]]