Transform the geometries of the GeoSeries
using an affine transformation matrix.使用仿射变换矩阵变换 GeoSeries 的几何形状。
Rotate the coordinates of the GeoSeries
.旋转 GeoSeries 的坐标。
Scale the geometries of the GeoSeries
along each (x, y, z) dimension.
沿每个 (x, y, z) 维度缩放 GeoSeries 的几何图形。
Shear/Skew the geometries of the GeoSeries
by angles along x and y dimensions.沿 x 和 y 维度按角度剪切/倾斜 GeoSeries 的几何图形。
- GeoSeries.translate(self, xoff=0.0, yoff=0.0, zoff=0.0)
Shift the coordinates of the GeoSeries
.移动 GeoSeries 的坐标。