Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
Để xem thông tin về một hình học, hãy in hình học đó. Để truy cập thông tin theo phương thức lập trình, Earth Engine cung cấp một số phương thức. Ví dụ: để lấy thông tin về đa giác đã tạo trước đó, hãy sử dụng:
Hãy lưu ý rằng chu vi (hoặc chiều dài) của một hình học được trả về bằng mét và diện tích được trả về bằng mét vuông, trừ phi bạn chỉ định một phép chiếu. Theo mặc định, phép tính được thực hiện trên hình elip WGS84 và kết quả được tính bằng mét hoặc mét vuông.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 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"]]