ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Feature.select
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নাম বা RE2-সামঞ্জস্যপূর্ণ রেজেক্স দ্বারা একটি বৈশিষ্ট্য থেকে বৈশিষ্ট্য নির্বাচন করে এবং ঐচ্ছিকভাবে তাদের নামকরণ করে।
ব্যবহার | রিটার্নস | Feature. select (propertySelectors, newProperties , retainGeometry ) | উপাদান |
যুক্তি | টাইপ | বিস্তারিত | এই: input | উপাদান | বৈশিষ্ট্য থেকে বৈশিষ্ট্য নির্বাচন করুন. |
propertySelectors | তালিকা | নাম বা রেজেক্সের একটি তালিকা যা নির্বাচন করার বৈশিষ্ট্যগুলি নির্দিষ্ট করে। |
newProperties | তালিকা, ডিফল্ট: নাল | আউটপুট বৈশিষ্ট্যের জন্য ঐচ্ছিক নতুন নাম। নির্বাচিত প্রপার্টির সংখ্যার সাথে মিলতে হবে। |
retainGeometry | বুলিয়ান, ডিফল্ট: সত্য | মিথ্যা হলে, ফলাফলে একটি 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\u003eSelects properties from a given feature based on provided names or regular expressions.\u003c/p\u003e\n"],["\u003cp\u003eOptionally allows renaming the selected properties using a separate list.\u003c/p\u003e\n"],["\u003cp\u003eBy default, retains the original geometry of the feature, but this can be disabled to return only properties.\u003c/p\u003e\n"],["\u003cp\u003eReturns a new Element containing only the selected and potentially renamed properties.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.select\n\nSelects properties from a feature by name or RE2-compatible regex and optionally renames them.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------------------|---------|\n| Feature.select`(propertySelectors, `*newProperties* `, `*retainGeometry*`)` | Element |\n\n| Argument | Type | Details |\n|---------------------|------------------------|---------------------------------------------------------------------------------------------|\n| this: `input` | Element | The feature to select properties from. |\n| `propertySelectors` | List | A list of names or regexes specifying the properties to select. |\n| `newProperties` | List, default: null | Optional new names for the output properties. Must match the number of properties selected. |\n| `retainGeometry` | Boolean, default: true | When false, the result will have a NULL geometry. |"]]