إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
PixelGrid
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحدِّد شبكة بكسل على سطح الأرض من خلال إسقاط خريطة. إذا كان الإسقاط يتضمّن رمزًا عاديًا، سيتم ضبط crsCode
(غير فارغ). إذا كان الإسقاط غير عادي، سيتم ضبط crsWkt
. إذا كان التحويل بعد الإسقاط خطيًا، سيتم ضبط affineTransform
.
تمثيل JSON |
{
"dimensions": {
object (GridDimensions )
},
"affineTransform": {
object (AffineTransform )
},
// Union field crs can be only one of the following:
"crsCode": string,
"crsWkt": string
// End of list of possible types for union field crs .
} |
الحقول |
dimensions |
object (GridDimensions )
أبعاد شبكة البكسل
|
affineTransform |
object (AffineTransform )
التحويل الأفيني
|
حقل الربط crs نظام مرجعي للإحداثيات لشبكة البكسل، يتم تحديده كرمز عادي كلما أمكن ذلك، وبتنسيق WKT في الحالات الأخرى يمكن أن يكون crs واحدًا فقط مما يلي: |
crsCode |
string
رمز نظام مرجعي قياسي للتنسيقات (مثل "EPSG:4326")
|
crsWkt |
string
نظام مرجعي للإحداثيات بتنسيق WKT ("نص معروف")
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eDefines a pixel grid on Earth's surface using a map projection, potentially with a standard code (\u003ccode\u003ecrsCode\u003c/code\u003e) or a custom projection (\u003ccode\u003ecrsWkt\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIncludes the dimensions of the pixel grid (\u003ccode\u003edimensions\u003c/code\u003e) and an affine transform (\u003ccode\u003eaffineTransform\u003c/code\u003e) if applicable.\u003c/p\u003e\n"],["\u003cp\u003eSpecifies the coordinate reference system (CRS) of the pixel grid using either a standard code (\u003ccode\u003ecrsCode\u003c/code\u003e) or Well-Known Text (\u003ccode\u003ecrsWkt\u003c/code\u003e).\u003c/p\u003e\n"]]],["The content describes a pixel grid on Earth's surface defined by a map projection. Key data includes `dimensions` and an optional `affineTransform` for post-projection affine transformations. The coordinate reference system (`crs`) is defined via either a standard `crsCode` (e.g., \"EPSG:4326\") or, if non-standard, a `crsWkt` (Well-Known Text) string. The `crs` fields are mutually exclusive, with only one being populated.\n"],null,["# PixelGrid\n\nDefines a pixel grid on the surface of the Earth, via a map projection. If the projection has a standard code, then `crsCode` will be set (non-empty). If the projection is non-standard, then `crsWkt` will be set. If the post-projection transformation is affine, then `affineTransform` will be set.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dimensions\": { object (/earth-engine/reference/rest/v1/GridDimensions) }, \"affineTransform\": { object (/earth-engine/reference/rest/v1/AffineTransform) }, // Union field `crs` can be only one of the following: \"crsCode\": string, \"crsWkt\": string // End of list of possible types for union field `crs`. } ``` |\n\n| Fields ||\n|-------------------|-----------------------------------------------------------------------------------------------------------------|\n| `dimensions` | `object (`[GridDimensions](/earth-engine/reference/rest/v1/GridDimensions)`)` The dimensions of the pixel grid. |\n| `affineTransform` | `object (`[AffineTransform](/earth-engine/reference/rest/v1/AffineTransform)`)` The affine transform. |\n| Union field `crs`. The coordinate reference system of the pixel grid, specified as a standard code where possible, and in WKT format otherwise. `crs` can be only one of the following: ||\n| `crsCode` | `string` A standard coordinate reference system code (e.g. \"EPSG:4326\"). |\n| `crsWkt` | `string` A coordinate reference system in WKT format (\"Well-Known Text\"). |"]]