공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.Geometry.LinearRing.coveringGrid
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 도형을 포함하는 기능 컬렉션을 반환합니다. 각 기능은 지정된 투영으로 정의된 그리드의 직사각형입니다.
사용 | 반환 값 |
---|
LinearRing.coveringGrid(proj, scale) | FeatureCollection |
인수 | 유형 | 세부정보 |
---|
다음과 같은 경우: geometry | 도형 | 결과는 이 영역과 교차하는 그리드 셀입니다. |
proj | 투영 | 그리드를 구성할 투영입니다. 'geometry'와 교차하는 각 그리드 셀에 대해 특성이 생성됩니다. 여기서 셀 모서리는 투영에서 정수 값 위치에 있습니다. 투영이 미터 단위로 조정되면 포인트는 실제 크기 지점에서 해당 크기의 그리드에 표시됩니다. |
scale | 부동 소수점 수, 기본값: null | 제공된 경우 프로젝션의 크기를 재정의합니다. 투영이 아직 조정되지 않은 경우 필요할 수 있습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eReturns a FeatureCollection of rectangular grid cells covering the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eThe grid is defined by the provided projection and an optional scale parameter.\u003c/p\u003e\n"],["\u003cp\u003eEach grid cell in the FeatureCollection intersects with the input geometry.\u003c/p\u003e\n"],["\u003cp\u003eIf the projection is scaled (e.g., in meters), the grid cells will align with that scale at the projection's point of true scale.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003escale\u003c/code\u003e argument can be provided to override the projection's inherent scale if needed.\u003c/p\u003e\n"]]],[],null,["# ee.Geometry.LinearRing.coveringGrid\n\nReturns a collection of features that cover this geometry, where each feature is a rectangle in the grid defined by the given projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|-------------------|\n| LinearRing.coveringGrid`(proj, `*scale*`)` | FeatureCollection |\n\n| Argument | Type | Details |\n|------------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `geometry` | Geometry | The result is the grid cells that intersect with this region. |\n| `proj` | Projection | The projection in which to construct the grid. A feature is generated for each grid cell that intersects 'geometry', where cell corners are at integer-valued positions in the projection. If the projection is scaled in meters, the points will be on a grid of that size at the point of true scale. |\n| `scale` | Float, default: null | Overrides the scale of the projection, if provided. May be required if the projection isn't already scaled. |"]]