ee.Geometry.MultiLineString
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một ee.Geometry mô tả MultiLineString.
Để thuận tiện, bạn có thể dùng varargs khi tất cả đối số đều là số. Điều này cho phép tạo MultiLineString EPSG:4326 trắc địa bằng một LineString duy nhất, với số lượng đối số chẵn, ví dụ: ee.Geometry.MultiLineString(aLng, aLat, bLng, bLat, ...).
Cách sử dụng | Giá trị trả về |
---|
ee.Geometry.MultiLineString(coords, proj, geodesic, maxError) | Geometry.MultiLineString |
Đối số | Loại | Thông tin chi tiết |
---|
coords | List<Geometry>|List<List<List<Number>>>|List<Number> | Danh sách các chuỗi đường. Có thể là một danh sách các toạ độ ở định dạng "MultiLineString" GeoJSON, một danh sách gồm ít nhất 2 đối tượng ee.Geometry mô tả một LineString hoặc một danh sách các số xác định một LineString duy nhất. |
proj | Dự kiến (không bắt buộc) | Phép chiếu của hình học này. Nếu không được chỉ định, giá trị mặc định sẽ là phép chiếu của ee.Geometry đầu vào hoặc EPSG:4326 nếu không có đầu vào ee.Geometry. |
geodesic | Boolean, không bắt buộc | 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 (không bắt buộc) | 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. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eCreates a MultiLineString geometry, representing a collection of linestrings.\u003c/p\u003e\n"],["\u003cp\u003eAccepts linestrings defined by coordinates, ee.Geometry objects, or even numbers for a single geodesic EPSG:4326 linestring.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of projection, geodesic behavior, and error margin for reprojection.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to EPSG:4326 projection and geodesic edges if unspecified but infers from inputs when possible.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.MultiLineString\n\n\u003cbr /\u003e\n\nConstructs an ee.Geometry describing a MultiLineString.\n\n\u003cbr /\u003e\n\nFor convenience, varargs may be used when all arguments are numbers. This allows creating geodesic EPSG:4326 MultiLineStrings with a single LineString, given an even number of arguments, e.g. ee.Geometry.MultiLineString(aLng, aLat, bLng, bLat, ...).\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------|--------------------------|\n| `ee.Geometry.MultiLineString(coords, `*proj* `, `*geodesic* `, `*maxError*`)` | Geometry.MultiLineString |\n\n| Argument | Type | Details |\n|------------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `coords` | List\\\u003cGeometry\\\u003e\\|List\\\u003cList\\\u003cList\\\u003cNumber\\\u003e\\\u003e\\\u003e\\|List\\\u003cNumber\\\u003e | A list of linestrings. May be a list of coordinates in the GeoJSON 'MultiLineString' format, a list of at least two ee.Geometry objects describing a LineString, or a list of numbers defining a single linestring. |\n| `proj` | Projection, optional | The projection of this geometry. If unspecified, the default is the projection of the input ee.Geometry, or EPSG:4326 if there are no ee.Geometry inputs. |\n| `geodesic` | Boolean, optional | If false, edges are straight in the projection. If true, edges are curved to follow the shortest path on the surface of the Earth. The default is the geodesic state of the inputs, or true if the inputs are numbers. |\n| `maxError` | ErrorMargin, optional | Max error when input geometry must be reprojected to an explicitly requested result projection or geodesic state. |"]]