ee.Projection.scale
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลการฉายภาพที่ปรับขนาดตามจำนวนที่ระบุในแต่ละแกน
การใช้งาน | การคืนสินค้า |
---|
Projection.scale(x, y) | การฉายภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ projection | การฉายภาพ | |
x | ทศนิยม | จำนวนที่จะปรับขนาดในแกน x |
y | ทศนิยม | จำนวนที่จะปรับขนาดในแกน y |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]