공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.Filter.area
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
지정된 도형의 면적이 지정된 범위 내에 있으면 (포함) 통과하는 필터를 반환합니다.
사용 | 반환 값 |
---|
ee.Filter.area(min, max, maxError, geometrySelector) | 필터 |
인수 | 유형 | 세부정보 |
---|
min | 부동 소수점 수 | 최소 면적 (제곱미터, 포함)입니다. |
max | 부동 소수점 수 | 최대 면적 (제곱미터, 포함)입니다. |
maxError | ErrorMargin, 기본값: null | 기하 도형의 면적을 계산할 때 허용되는 최대 오류입니다. |
geometrySelector | 문자열, 기본값: null | 필터링에 사용할 지오메트리 속성의 이름입니다. 객체의 형상에서 작동하려면 비워 두거나 '.geo'를 사용합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eFilters geometries based on their area, accepting a minimum and maximum area in square meters.\u003c/p\u003e\n"],["\u003cp\u003eIncludes optional parameters to specify the maximum allowed error for area calculation and the geometry property to use.\u003c/p\u003e\n"],["\u003cp\u003eUses inclusive ranges, meaning geometries with areas equal to the minimum or maximum are included.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.area\n\nReturns a filter that passes if the specified geometry has an area within the given range (inclusive).\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------|---------|\n| `ee.Filter.area(min, max, `*maxError* `, `*geometrySelector*`)` | Filter |\n\n| Argument | Type | Details |\n|--------------------|----------------------------|------------------------------------------------------------------------------------------------------------------------|\n| `min` | Float | Minimum area in square meters (inclusive). |\n| `max` | Float | Maximum area in square meters (inclusive). |\n| `maxError` | ErrorMargin, default: null | The maximum allowed error for computing the geometry's area. |\n| `geometrySelector` | String, default: null | The name of the geometry property to use for filtering. Leave blank or use '.geo' to operate on the object's geometry. |"]]