للاطّلاع على معلومات عن شكل هندسي، اطبعه. للوصول إلى المعلومات
برمجيًا، توفّر Earth Engine عدة طرق. على سبيل المثال، للحصول على معلومات
عن المضلع الذي تم إنشاؤه سابقًا، استخدِم:
يُرجى ملاحظة أنّه يتم عرض محيط (أو طول) الشكل الهندسي بالمتر ويتم عرض
المساحة بالمتر المربّع ما لم يتم تحديد إسقاط. يتم تلقائيًا
إجراء عملية الحساب على الشكل الإهليليسي WGS84 ويتم احتساب النتيجة بالمتر أو
متر مربع.
تاريخ التعديل الأخير: 2025-02-18 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]