지정된 오류 범위 내에서 지형지물의 도형을 단순화합니다. maxError가 명시적으로 null로 지정되지 않는 한 이 알고리즘의 소비자가 요청한 오류 허용 범위가 적용되지 않습니다.
이렇게 하면 오류 범위를 전파하는 기본 Earth Engine 정책이 재정의되므로 출력에서 요청된 지오메트리 정확도와 관계없이 입력은 이 알고리즘의 인수에 지정된 오류 범위로 요청됩니다. 이렇게 하면 렌더링된 벡터 지도의 모든 확대/축소 수준에서 일관된 렌더링이 이루어지지만 낮은 확대/축소 수준 (즉, 축소)에서는 지오메트리가 단순화되지 않아 성능이 저하될 수 있습니다.
사용
반환 값
Feature.simplify(maxError, proj)
기능
인수
유형
세부정보
다음과 같은 경우: feature
요소
도형이 단순화되는 기능입니다.
maxError
ErrorMargin
결과가 입력과 다를 수 있는 최대 오류량입니다.
proj
예상, 기본값: null
지정된 경우 결과는 이 투영에 표시됩니다. 그렇지 않으면 입력과 동일한 투영에 있습니다. 오차 범위가 예측 단위로 표시되면 오차 범위는 이 예측의 단위로 해석됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["Simplifies feature geometry within a specified error margin, potentially overriding user-requested accuracy."],["Input geometries are processed with the algorithm's specified error margin, ensuring consistent rendering across zoom levels."],["While potentially impacting performance at lower zoom levels, the algorithm prioritizes consistent visual representation."],["Uses `maxError` to control simplification level and an optional `proj` parameter to manage projection for the resulting geometry."],["Directly accessible through the `Feature.simplify()` method, taking `maxError` and an optional `proj` as arguments, and returning a simplified `Feature`."]]],[]]