ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
REST Resource: projects.featureView
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ফিচারভিউ
একটি ফিচারভিউ মানচিত্র সম্পর্কে তথ্য।
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"visualizationExpression": {
object (Expression )
},
// Union field source can be only one of the following:
"asset": string
// End of list of possible types for union field source .
} |
ক্ষেত্র |
---|
name | string "projects/*/featureViews/**" ফর্মের মানচিত্রের প্রতিনিধিত্বকারী সম্পদের নাম (যেমন "projects/earthengine-legacy/featureViews/ ")। |
visualizationExpression | object ( Expression ) পরিবেশন-সময়ে টাইলগুলিতে প্রয়োগ করার জন্য ফিচারভিউ ভিজ্যুয়ালাইজেশন বিকল্পগুলির একটি সেট৷ google.earthengine.datamaps.v1.MapOptions প্রোটোর উপর ভিত্তি করে। |
ইউনিয়ন ক্ষেত্র source । এই মানচিত্রের ডেটার উৎস। source নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
asset | string আর্থ ইঞ্জিন সম্পদের নাম যার জন্য একটি ফিচারভিউ তৈরি করতে হবে। |
পদ্ধতি |
---|
| একটি ফিচারভিউ তৈরি করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eA FeatureView is a map resource defined by a name, visualization expression, and a source (an Earth Engine asset).\u003c/p\u003e\n"],["\u003cp\u003eIt uses a visualization expression based on the google.earthengine.datamaps.v1.MapOptions proto to apply visualization options to tiles during serving.\u003c/p\u003e\n"],["\u003cp\u003eFeatureViews can be created using the \u003ccode\u003ecreate\u003c/code\u003e method and are identified by a resource name following the format "projects/*/featureViews/**".\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.featureView\n\nResource: FeatureView\n---------------------\n\nInformation about a FeatureView map.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"visualizationExpression\": { object (/earth-engine/reference/rest/v1beta/Expression) }, // Union field `source` can be only one of the following: \"asset\": string // End of list of possible types for union field `source`. } ``` |\n\n| Fields ||\n|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name representing the map, of the form \"projects/\\*/featureViews/\\*\\*\" (e.g. \"projects/earthengine-legacy/featureViews/\"). |\n| `visualizationExpression` | `object (`[Expression](/earth-engine/reference/rest/v1beta/Expression)`)` A set of FeatureView visualization options to apply to the tiles at serving-time. Based on the google.earthengine.datamaps.v1.MapOptions proto. |\n| Union field `source`. The source of this map's data. `source` can be only one of the following: ||\n| `asset` | `string` Earth Engine asset name for which to create a FeatureView. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|-----------------------|\n| ### [create](/earth-engine/reference/rest/v1beta/projects.featureView/create) | Create a FeatureView. |"]]