ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বৈশিষ্ট্যগুলি নিম্নলিখিত আর্গুমেন্ট এবং বৈশিষ্ট্যগুলির একটি ঐচ্ছিক অভিধান থেকে তৈরি করা যেতে পারে:
- একটি ইই। জ্যামিতি।
- একটি GeoJSON জ্যামিতি।
- একটি জিওজেসন বৈশিষ্ট্য।
- একটি গণনা করা অবজেক্ট: বৈশিষ্ট্যগুলি নির্দিষ্ট করা থাকলে একটি জ্যামিতি হিসাবে পুনরায় ব্যাখ্যা করা হয় এবং যদি সেগুলি না থাকে তবে একটি বৈশিষ্ট্য হিসাবে৷
ব্যবহার
রিটার্নস
ee.Feature(geometry, properties )
বৈশিষ্ট্য
যুক্তি
টাইপ
বিস্তারিত
geometry
কম্পিউটেড অবজেক্ট|ফিচার|জ্যামিতি|বস্তু
একটি জ্যামিতি বা বৈশিষ্ট্য।
properties
বস্তু, ঐচ্ছিক
মেটাডেটা বৈশিষ্ট্যের একটি অভিধান। যদি প্রথম প্যারামিটারটি একটি বৈশিষ্ট্য হয় (একটি জ্যামিতির পরিবর্তে), এটি অব্যবহৃত।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["`ee.Feature` objects represent geographic features with geometry and properties, and can be constructed from geometries, GeoJSON, or computed objects."],["Features can have an optional dictionary of properties to store metadata."],["Feature IDs are determined by the `system:index` property, if present, or by the `id` property as a fallback."],["The `ee.Feature` constructor provides a flexible way to create features with or without geometries and associated properties within Earth Engine."],["Simple features can be visualized on a map using `Map.addLayer` and `Map.centerObject` in JavaScript or similar functions in Python using `geemap`."]]],["Features are created using a geometry (ee.Geometry, GeoJSON Geometry, or GeoJSON Feature) or a computed object, along with an optional dictionary of properties. `ee.Feature(geometry, properties)` creates a Feature. The `geometry` argument can be a geometry or another feature. The optional `properties` argument is a metadata dictionary; it's unused if the first argument is already a feature. A feature can be created without a geometry and an `id` or a `system:index` can be set.\n"]]