تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["The `contains` method determines if one geometry completely encloses another, returning true if it does and false otherwise."],["It takes a 'right' geometry as input, along with optional 'maxError' for reprojection tolerance and 'proj' for specifying the projection."],["The operation is performed in spherical coordinates with distances in meters on the sphere if no projection is specified."],["Examples are provided in JavaScript, Python, and Colab to illustrate the usage and visualization of the `contains` method."]]],["The `Geometry.contains()` method checks if one geometry fully contains another. It takes a `right` geometry as input, along with optional `maxError` and `proj` parameters for reprojection tolerance and projection specification. It returns `true` if the `left` geometry contains the `right` geometry, otherwise `false`. The provided code demonstrates how to apply this method in both JavaScript and Python, using example geometries and displaying the results on a map.\n"]]