This tool modifies the attribute table of a vector of POINT VectorGeometryType by adding two fields, XCOORD and YCOORD, containing each point's X and Y coordinates respectively.
input (Vector): The input Vector object
Vector: the returning value
def add_point_coordinates_to_table(self, input: Vector) -> Vector: ...