お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Feature.transform
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
特徴のジオメトリを特定の投影に変換します。
用途 | 戻り値 |
---|
Feature.transform(proj, maxError) | 機能 |
引数 | タイプ | 詳細 |
---|
これ: feature | 要素 | ジオメトリが変換されるフィーチャー。 |
proj | 投影(省略可) | ターゲット プロジェクション。デフォルトは EPSG:4326 です。これに地理的 CRS がある場合、ジオメトリのエッジは測地線として解釈されます。そうしないと、投影で直線として解釈されます。 |
maxError | ErrorMargin、デフォルト: null | 最大投影誤差。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eTransforms the geometry of a given feature to a new projection, altering its spatial representation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003eFeature.transform()\u003c/code\u003e method, accepting the target projection and an optional maximum error parameter.\u003c/p\u003e\n"],["\u003cp\u003eDefaults to the EPSG:4326 projection (WGS 84) if a target projection is not specified.\u003c/p\u003e\n"],["\u003cp\u003eInterprets geometry edges as geodesics for geographic CRS projections and as straight lines for projected CRS projections.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.transform\n\nTransforms the geometry of a feature to a specific projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------|---------|\n| Feature.transform`(`*proj* `, `*maxError*`)` | Feature |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature the geometry of which is being converted. |\n| `proj` | Projection, optional | The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection. |\n| `maxError` | ErrorMargin, default: null | The maximum projection error. |"]]