Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin erişimlerini sürdürebilmeleri için ticari olmayan uygunluklarını doğrulamaları gerekir. 26 Eylül 2025'e kadar doğrulama yapmazsanız erişiminiz bekletilebilir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Yalnızca bir özelliğin geometrisi diğerinin geometrisinde yer alıyorsa true değerini döndürür.
Kullanım
İadeler
Feature.containedIn(right, maxError, proj)
Boole
Bağımsız Değişken
Tür
Ayrıntılar
bu: left
Öğe
İşlemin sol işleni olarak kullanılan geometriyi içeren özellik.
right
Öğe
İşlemin sağ işleni olarak kullanılan geometriyi içeren özellik.
maxError
ErrorMargin, varsayılan: null
Gerekli yeniden projeksiyon işlemleri gerçekleştirilirken tolere edilen maksimum hata miktarı.
proj
Projeksiyon, varsayılan: null
İşlemin gerçekleştirileceği projeksiyon. Belirtilmemişse işlem küresel bir koordinat sisteminde gerçekleştirilir ve doğrusal mesafeler kürede metre cinsinden 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."],[],["The `containedIn` method checks if one feature's geometry is within another's. It takes a `right` feature as input, along with optional `maxError` for reprojection tolerance and `proj` for the desired projection. The method operates on a `left` feature and returns a Boolean value, indicating whether the `left` feature's geometry is contained within the `right` feature's geometry. If no projection is specified, the function defaults to operating on spherical coordinates.\n"]]