ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি প্রদত্ত বৈশিষ্ট্যের জ্যামিতির রৈখিক অংশগুলির দৈর্ঘ্য প্রদান করে৷ বহুভুজ অংশ উপেক্ষা করা হয়. বহু জ্যামিতির দৈর্ঘ্য হল তাদের উপাদানগুলির দৈর্ঘ্যের সমষ্টি।
ব্যবহার
রিটার্নস
Feature.length ( maxError , proj )
ভাসা
যুক্তি
টাইপ
বিস্তারিত
এই: feature
উপাদান
যে বৈশিষ্ট্য থেকে জ্যামিতি নেওয়া হয়েছে।
maxError
ErrorMargin, ডিফল্ট: null
যেকোনো প্রয়োজনীয় রিপ্রজেকশন করার সময় সর্বোচ্চ পরিমাণ ত্রুটি সহ্য করা হয়।
proj
অভিক্ষেপ, ডিফল্ট: নাল
যদি নির্দিষ্ট করা হয়, ফলাফল এই অভিক্ষেপের সমন্বয় সিস্টেমের ইউনিটে হবে। অন্যথায় এটি মিটারে হবে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["This function calculates the total length of linear geometries within a given feature, excluding any polygonal parts."],["For features with multiple geometries, the function sums the lengths of each individual component to determine the overall length."],["Results are given in meters by default, but can be specified in the units of a provided projection."],["An optional error margin can be specified for handling reprojection, if needed."]]],["The `Feature.length()` method calculates the total length of linear components within a feature's geometry, excluding polygonal parts. It returns a float value representing this length. The method accepts optional `maxError` and `proj` arguments. `maxError` defines the acceptable error during reprojection, and `proj` specifies the desired coordinate system for the output, defaulting to meters if unspecified. The feature itself is mandatory for which the length is calculated.\n"]]