برای مشاهده اطلاعات مربوط به یک هندسه، آن را چاپ کنید. برای دسترسی به اطلاعات به صورت برنامه ای، 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"]]