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.getString
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir özelliği bir öğeden çıkarma.
Kullanım | İadeler |
---|
Feature.getString(property) | Dize |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: object | Öğe | Özelliğin ayıklanacağı öğe. |
property | Dize | Ayıklanacak özellik. |
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\u003eThe \u003ccode\u003egetString\u003c/code\u003e method extracts a specified property value from a given feature.\u003c/p\u003e\n"],["\u003cp\u003eIt is used with features (elements) and requires the property name as input.\u003c/p\u003e\n"],["\u003cp\u003eThe extracted property value is returned as a string.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.getString\n\nExtract a property from a feature.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| Feature.getString`(property)` | String |\n\n| Argument | Type | Details |\n|----------------|---------|-------------------------------------------|\n| this: `object` | Element | The feature to extract the property from. |\n| `property` | String | The property to extract. |"]]