ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
জ্যামিতিকে একটি নির্দিষ্ট অভিক্ষেপে রূপান্তরিত করে।
ব্যবহার
রিটার্নস
Polygon.transform ( proj , maxError )
জ্যামিতি
যুক্তি
টাইপ
বিস্তারিত
এই: geometry
জ্যামিতি
পুনরায় প্রজেক্ট করার জ্যামিতি।
proj
অভিক্ষেপ, ঐচ্ছিক
লক্ষ্য অভিক্ষেপ. ডিফল্ট EPSG:4326। যদি এটির একটি ভৌগলিক CRS থাকে, জ্যামিতির প্রান্তগুলিকে জিওডেসিক্স হিসাবে ব্যাখ্যা করা হবে৷ অন্যথায় সেগুলি অভিক্ষেপে সরল রেখা হিসাবে ব্যাখ্যা করা হবে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Transforms the provided geometry to a new projection, specified by the `proj` argument."],["By default, the geometry is projected to EPSG:4326 (WGS 84), treating edges as geodesics if the target projection is geographic."],["Users can specify a maximum projection error tolerance using the `maxError` parameter."],["The `transform` function returns a new Geometry object representing the transformed geometry."]]],["The `transform` function reprojects a geometry to a specified projection. It accepts the target projection (`proj`) and an optional maximum error (`maxError`). The function returns the transformed geometry. If no projection is provided, it defaults to EPSG:4326. The provided geometry's edges are interpreted as geodesics in geographic coordinate systems and as straight lines otherwise. The input `geometry` is reprojected.\n"]]