با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هندسه را به یک طرح ریزی خاص تبدیل می کند.
استفاده
برمی گرداند
BBox.transform ( proj , maxError )
هندسه
استدلال
تایپ کنید
جزئیات
این: geometry
هندسه
هندسه برای بازپخش.
proj
طرح ریزی، اختیاری
طرح ریزی هدف پیشفرض EPSG: 4326. اگر این یک CRS جغرافیایی داشته باشد، لبههای هندسه به عنوان ژئودزیک تفسیر میشوند. در غیر این صورت آنها به عنوان خطوط مستقیم در طرح ریزی تفسیر می شوند.
تاریخ آخرین بهروزرسانی 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 بهوقت ساعت هماهنگ جهانی."],[[["`transform()` modifies a geometry's projection to a target projection, defaulting to EPSG:4326."],["The geometry's edges are treated as geodesics if the target projection has a geographic CRS, otherwise as straight lines within the projection."],["An optional `maxError` parameter controls the acceptable projection error during transformation."]]],["The `transform` function reprojects a given geometry to a target projection. It accepts the geometry to be reprojected, the desired projection (defaulting to EPSG:4326), and an optional maximum projection error. If the target projection is geographic, geometry edges are treated as geodesics; otherwise, they're considered straight lines. The function returns the transformed geometry after the projection operation is complete.\n"]]