Reproject a geometry from fromCrs to toCrs. CRS arguments accept EPSG codes, "EPSG:xxxx" strings, or raw proj4 definitions. Returns a new geometry; the input is never mutated. A no-op (deep clone) when the two CRS resolve to the same definition.
fromCrs
toCrs
"EPSG:xxxx"
Reproject a geometry from
fromCrstotoCrs. CRS arguments accept EPSG codes,"EPSG:xxxx"strings, or raw proj4 definitions. Returns a new geometry; the input is never mutated. A no-op (deep clone) when the two CRS resolve to the same definition.