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.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Çizim araçlarındaki her geometrinin bir özellik olduğu bir özellik koleksiyonu döndürür.
Kullanım
İadeler
DrawingTools.toFeatureCollection(indexProperty)
FeatureCollection
Bağımsız Değişken
Tür
Ayrıntılar
bu: ui.map.drawingtools
ui.Map.DrawingTools
ui.Map.DrawingTools örneği.
indexProperty
Dize
Döndürülen koleksiyondaki her özelliğe bu ada sahip bir özellik atanır. Özelliğin değeri, geometrinin ait olduğu geometri katmanının dizinine karşılık gelen bir sayı olur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["Returns a FeatureCollection where each drawn geometry is represented as a separate feature."],["The `toFeatureCollection()` method takes an optional `indexProperty` argument, allowing you to assign a unique index to each feature based on its layer."],["Access this functionality through the `ui.Map.DrawingTools` instance, specifically using the DrawingTools object."]]],["The `DrawingTools.toFeatureCollection` method converts drawn geometries into a FeatureCollection. It operates on a `ui.Map.DrawingTools` instance. The method accepts an `indexProperty` argument (a string). This property is added to each feature in the collection, and its value will reflect the index of the geometry layer where it was drawn. It returns a FeatureCollection object.\n"]]