Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Projection.scale
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Her eksende verilen tutara göre ölçeklendirilmiş projeksiyonu döndürür.
Kullanım | İadeler |
---|
Projection.scale(x, y) | Projeksiyon |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: projection | Projeksiyon | |
x | Kayan | X ekseninde ölçeklenecek miktar. |
y | Kayan | Y ekseninde ölçeklenecek miktar. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eReturns a modified Projection with scaling applied to its x and y axes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003escale\u003c/code\u003e method takes two arguments: \u003ccode\u003ex\u003c/code\u003e for horizontal scaling and \u003ccode\u003ey\u003c/code\u003e for vertical scaling, both of which are float values.\u003c/p\u003e\n"],["\u003cp\u003eThis method can be used to adjust the size or dimensions of the projection without changing its other properties.\u003c/p\u003e\n"]]],[],null,["# ee.Projection.scale\n\nReturns the projection scaled by the given amount in each axis.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------|------------|\n| Projection.scale`(x, y)` | Projection |\n\n| Argument | Type | Details |\n|--------------------|------------|---------------------------------------|\n| this: `projection` | Projection | |\n| `x` | Float | The amount to scale by in the x axis. |\n| `y` | Float | The amount to scale by in the y axis. |"]]