Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Feature.bounds
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Belirli bir öğenin geometrisinin sınırlayıcı kutusunu içeren bir öğe döndürür.
Kullanım | İadeler |
---|
Feature.bounds(maxError, proj) | Özellik |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: feature | Öğe | Sınırı hesaplanan özellik. |
maxError | ErrorMargin, varsayılan: null | Gerekli yeniden projeksiyon işlemleri gerçekleştirilirken tolere edilen maksimum hata miktarı. |
proj | Projeksiyon, varsayılan: null | Belirtilirse sonuç bu projeksiyonda olur. Aksi takdirde EPSG:4326'da olur. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eCalculates the bounding box, which represents the minimum and maximum coordinates, of a given geographical feature.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting bounding box can be optionally reprojected to a specified coordinate system (like EPSG:4326) with a defined error margin.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFeature.bounds()\u003c/code\u003e function takes the feature, an optional error margin for reprojection, and an optional target projection as inputs.\u003c/p\u003e\n"]]],["The `Feature.bounds()` method calculates and returns a new feature representing the bounding box of an input feature's geometry. It accepts optional arguments `maxError` to control reprojection accuracy and `proj` to specify the desired output projection (defaulting to EPSG:4326). The method operates on a given feature and produces a bounding box feature, accommodating potential reprojection if requested. The input feature can be any element.\n"],null,["# ee.Feature.bounds\n\nReturns a feature containing the bounding box of the geometry of a given feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------|---------|\n| Feature.bounds`(`*maxError* `, `*proj*`)` | Feature |\n\n| Argument | Type | Details |\n|-----------------|----------------------------|-----------------------------------------------------------------------------------------|\n| this: `feature` | Element | The feature the bound of which is being calculated. |\n| `maxError` | ErrorMargin, default: null | The maximum amount of error tolerated when performing any necessary reprojection. |\n| `proj` | Projection, default: null | If specified, the result will be in this projection. Otherwise it will be in EPSG:4326. |"]]