공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.data.getFeatureViewTilesKey
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
지정된 지도 또는 애셋의 타일 키를 가져옵니다. 타일 키는 코드 편집기 외부의 기본 지도에 렌더링할 수 있는 FeatureViewTileSource 인스턴스에 전달할 수 있습니다.
호출 결과를 반환합니다. 콜백이 지정된 경우 null입니다.
사용 | 반환 값 |
---|
ee.data.getFeatureViewTilesKey(params, callback) | FeatureViewTilesKey |
인수 | 유형 | 세부정보 |
---|
params | FeatureViewVisualizationParameters | 시각화 매개변수 (클라이언트 측)가 JavaScript 객체로 표시됩니다. FeatureView 애셋의 경우:
assetId (문자열) 타일 키를 가져올 애셋 ID입니다. |
visParams (객체) 이 레이어의 시각화 매개변수입니다. |
|
callback | 함수(선택사항) | 선택적 콜백입니다. 제공되지 않으면 호출이 동기적으로 이루어집니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eObtain a tiles key for a specified map or asset to use with FeatureViewTileSource for rendering on a base map.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eee.data.getFeatureViewTilesKey\u003c/code\u003e function takes visualization parameters and an optional callback, returning a FeatureViewTilesKey.\u003c/p\u003e\n"],["\u003cp\u003eFeatureView assets require specifying the asset ID and visualization parameters within the parameters object.\u003c/p\u003e\n"]]],[],null,["# ee.data.getFeatureViewTilesKey\n\n\u003cbr /\u003e\n\nGet a tiles key for a given map or asset. The tiles key can be passed to an instance of FeatureViewTileSource which can be rendered on a base map outside of the Code Editor.\n\n\u003cbr /\u003e\n\nReturns the call results. Null if a callback is specified.\n\n| Usage | Returns |\n|--------------------------------------------------------|---------------------|\n| `ee.data.getFeatureViewTilesKey(params, `*callback*`)` | FeatureViewTilesKey |\n\n| Argument | Type | Details |\n|------------|------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `params` | FeatureViewVisualizationParameters | The visualization parameters as a (client-side) JavaScript object. For FeatureView assets: |---------------------------------------------------------------------| | ` assetId ` (string) The asset ID for which to obtain a tiles key. | | ` visParams ` (Object) The visualization parameters for this layer. | |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]