ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বৈশিষ্ট্যের জ্যামিতির সর্বোচ্চ-মাত্রার উপাদানগুলির কেন্দ্রে বিন্দু ধারণকারী একটি বৈশিষ্ট্য প্রদান করে। নিম্ন-মাত্রিক উপাদানগুলিকে উপেক্ষা করা হয়, তাই দুটি বহুভুজ, তিনটি রেখা এবং একটি বিন্দু সমন্বিত একটি জ্যামিতির কেন্দ্রিক জ্যামিতির কেন্দ্রবিন্দুর সমতুল্য যেখানে দুটি বহুভুজ রয়েছে৷
ব্যবহার
রিটার্নস
Feature.centroid ( maxError , proj )
বৈশিষ্ট্য
যুক্তি
টাইপ
বিস্তারিত
এই: feature
উপাদান
এই বৈশিষ্ট্যের ডিফল্ট জ্যামিতির কেন্দ্রিক গণনা করে।
maxError
ErrorMargin, ডিফল্ট: null
যেকোনো প্রয়োজনীয় রিপ্রজেকশন করার সময় সর্বোচ্চ পরিমাণ ত্রুটি সহ্য করা হয়।
proj
অভিক্ষেপ, ডিফল্ট: নাল
নির্দিষ্ট করা হলে, ফলাফল এই অভিক্ষেপে হবে। অন্যথায় এটি EPSG:4326-এ থাকবে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["Returns a feature with a point geometry representing the center of the highest-dimension component(s) of the input feature's geometry."],["Lower-dimensional components like lines and points within the input geometry are disregarded when calculating the centroid."],["The function can accept an optional `maxError` for reprojection tolerance and an optional `proj` to specify the output projection, defaulting to EPSG:4326."],["It is accessible through the `Feature.centroid()` method, taking the input feature, optional error margin, and optional projection as arguments."]]],["The `centroid` method calculates the center point of a feature's highest-dimension geometry, disregarding lower-dimensional parts. It returns a new feature representing this centroid. The method accepts optional arguments: `maxError` defines the tolerated reprojection error, and `proj` specifies the output projection (defaulting to EPSG:4326). The method operates on the default geometry of a specified `feature`.\n"]]