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.
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 bộ lọc đơn nguyên hoặc nhị phân sẽ truyền nếu hình học bên phải chứa hình học bên trái (hình học trống không được chứa trong bất kỳ hình học nào).
[[["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 `ee.Filter.isContained` function creates a filter that checks if one geometry fully contains another."],["It can be used to filter data based on spatial relationships between two geometries, either by specifying fields or direct values."],["The filter considers geometries to be contained even if their boundaries overlap."],["An optional `maxError` parameter can be included to account for potential reprojection inaccuracies."]]],["This filter determines if a left geometry is contained within a right geometry. It uses `ee.Filter.isContained()` and accepts either field selectors (`leftField`, `rightField`) or specific values (`leftValue`, `rightValue`) for each geometry. The filter is unary or binary based on the provided inputs. The `maxError` parameter allows setting a tolerance for reprojection errors. Empty geometries are not considered contained in any other geometry.\n"]]