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.
[[["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."],[[["The `dissolve()` method returns the union of the geometries within a MultiPolygon, effectively merging them into a single, unified geometry."],["It accepts optional parameters like `maxError` to control the tolerance for reprojection errors and `proj` to specify the projection for the union operation."],["Single geometries remain unaffected by this operation as they are already in their simplest form."],["This function is valuable for simplifying complex MultiPolygons by dissolving internal boundaries and creating a contiguous shape."],["Examples in JavaScript and Python demonstrate the usage of the `dissolve()` method and its impact on a sample MultiPolygon."]]],["The `dissolve` method unions geometries, leaving single geometries unchanged and operating on multi-geometries. It accepts `maxError` to control reprojection tolerance and an optional `proj` for the target projection. The method is illustrated through examples in JavaScript and Python, defining a `MultiPolygon` and using `dissolve` with a set error. The result, a unified geometry, is then printed and visualized on a map alongside the original `MultiPolygon`.\n"]]