Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
API Earth Engine bao gồm các đối tượng và phương thức. Đối tượng đại diện cho các loại dữ liệu như hình ảnh đường quét, đối tượng vectơ, số và chuỗi.
Mỗi đối tượng trong số này thuộc về một lớp cụ thể và mỗi lớp có một tập hợp hàm nghiêm ngặt.
Các đối tượng và phương thức được kết hợp trong tập lệnh quy trình công việc và được gửi đến máy chủ Earth Engine để xử lý. Tìm hiểu về các lớp đối tượng phổ biến và phương thức của các lớp đó bằng cách nhấp vào các thẻ sau để xem các quy trình mẫu.
Bạn có thể xem danh sách đầy đủ các lớp Earth Engine và phương thức của các lớp đó trong phần Thư viện ứng dụng của Hướng dẫn tham khảo API (ví dụ: ee.Image.add). Thông tin tham khảo tương tự cũng có trong thẻ Tài liệu của Trình soạn thảo mã JavaScript.
[[["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-02-18 UTC."],[[["The Earth Engine API uses objects like images and features, each with specific methods, to process data on Earth Engine servers."],["Workflows are created by combining these objects and methods in scripts."],["Comprehensive API documentation with class details and methods is available in the API Reference Guide and Code Editor Docs tab."],["Common Earth Engine object classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart, each serving specific data and analytical purposes."],["Explore the provided links to learn about each object class and see example procedures."]]],["The Earth Engine API uses objects (raster images, vector features, numbers, strings) and methods within workflow scripts sent for server processing. Each object belongs to a class with specific functions. Key classes include Image, ImageCollection, Geometry, Feature, FeatureCollection, Reducer, Join, Array, and Chart. These classes represent data types, data sets, and tools for analysis. The API Reference Guide and the Code Editor Docs contain complete class and method information.\n"]]