ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Geometry.BBox.transform
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
জ্যামিতিকে একটি নির্দিষ্ট অভিক্ষেপে রূপান্তরিত করে।
ব্যবহার | রিটার্নস | BBox. transform ( proj , maxError ) | জ্যামিতি |
যুক্তি | টাইপ | বিস্তারিত | এই: geometry | জ্যামিতি | পুনরায় প্রজেক্ট করার জ্যামিতি। |
proj | অভিক্ষেপ, ঐচ্ছিক | লক্ষ্য অভিক্ষেপ. ইপিএসজিতে ডিফল্ট: 4326। যদি এটির একটি ভৌগলিক CRS থাকে, জ্যামিতির প্রান্তগুলিকে জিওডেসিক্স হিসাবে ব্যাখ্যা করা হবে৷ অন্যথায় সেগুলি অভিক্ষেপে সরল রেখা হিসাবে ব্যাখ্যা করা হবে। |
maxError | ErrorMargin, ডিফল্ট: null | সর্বাধিক অভিক্ষেপ ত্রুটি. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003e\u003ccode\u003etransform()\u003c/code\u003e modifies a geometry's projection to a target projection, defaulting to EPSG:4326.\u003c/p\u003e\n"],["\u003cp\u003eThe geometry's edges are treated as geodesics if the target projection has a geographic CRS, otherwise as straight lines within the projection.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003emaxError\u003c/code\u003e parameter controls the acceptable projection error during transformation.\u003c/p\u003e\n"]]],["The `transform` function reprojects a given geometry to a target projection. It accepts the geometry to be reprojected, the desired projection (defaulting to EPSG:4326), and an optional maximum projection error. If the target projection is geographic, geometry edges are treated as geodesics; otherwise, they're considered straight lines. The function returns the transformed geometry after the projection operation is complete.\n"],null,["# ee.Geometry.BBox.transform\n\nTransforms the geometry to a specific projection.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------|----------|\n| BBox.transform`(`*proj* `, `*maxError*`)` | Geometry |\n\n| Argument | Type | Details |\n|------------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `geometry` | Geometry | The geometry to reproject. |\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. |"]]