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 फ़ॉर्मैट ("Well-Known Text") में कोऑर्डिनेट रेफ़रंस सिस्टम.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\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\"). |"]]