জ্যামিতি সম্পর্কে তথ্য দেখতে, এটি মুদ্রণ করুন। প্রোগ্রামগতভাবে তথ্য অ্যাক্সেস করতে, আর্থ ইঞ্জিন বিভিন্ন পদ্ধতি প্রদান করে। উদাহরণস্বরূপ, পূর্বে তৈরি বহুভুজ সম্পর্কে তথ্য পেতে, ব্যবহার করুন:
লক্ষ্য করুন যে একটি জ্যামিতির পরিধি (বা দৈর্ঘ্য) মিটারে এবং ক্ষেত্রফল বর্গ মিটারে ফেরত দেওয়া হয় যদি না একটি অভিক্ষেপ নির্দিষ্ট করা হয়। ডিফল্টরূপে, গণনাটি WGS84 গোলকটিতে সঞ্চালিত হয় এবং ফলাফলটি মিটার বা বর্গ মিটারে গণনা করা হয়।
[[["সহজে বোঝা যায়","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-02-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Geometries can be visualized on the map by adding them as layers with styling options like color."],["You can retrieve information about a geometry such as area, perimeter, type, and coordinates programmatically using methods like `area()`, `perimeter()`, `type()`, and `coordinates()`."],["Geometry calculations are performed on the WGS84 spheroid by default, with perimeter returned in meters and area in square meters."],["To visualize geometries on the Earth Engine map, you can use `Map.addLayer()` with styling options."],["For programmatic access to geometry data, Earth Engine provides methods for retrieving information like type, area, perimeter, and coordinates."]]],["Geometries are visualized by adding them to the map using `Map.addLayer()`. Information about a geometry can be accessed by printing it. Specific details like area, perimeter, GeoJSON representation, type, coordinates, and geodesic properties are obtained via methods like `.area()`, `.perimeter()`, `.toGeoJSONString()`, `.type()`, `.coordinates()`, and `.geodesic()`. By default, perimeter and area are returned in meters and square meters, respectively, based on the WGS84 spheroid.\n"]]