geoutils.Vector.translate

geoutils.Vector.translate#

Vector.translate(xoff=0.0, yoff=0.0, zoff=0.0, inplace=False)#

Shift a vector by a coordinate offset.

Overloads:
  • self (VectorBaseType), xoff (float), yoff (float), zoff (float), inplace (Literal[False]) → VectorBaseType | gpd.GeoDataFrame

  • self (VectorBaseType), xoff (float), yoff (float), zoff (float), inplace (Literal[True]) → None

  • self (VectorBaseType), xoff (float), yoff (float), zoff (float), inplace (bool) → VectorBaseType | gpd.GeoDataFrame | None