add Point
Adds a new point to the end of the last part of the multipart. If there are no parts then an initial part is created and the point added to that. The point becomes the end point of a line segment in the part.
Return
The point index of the new point in the last part.
Since
200.1.0
Parameters
The x-coordinate of the point to add.
The y-coordinate of the point to add.
Adds a new point to the end of the last part of the multipart. If there are no parts then an initial part is created and the point added to that. The point becomes the end point of a line segment in the part.
Return
the point index of the new point in the last part
Since
200.1.0
Parameters
The x-coordinate of the point to add.
The y-coordinate of the point to add.
The z-coordinate of the point to add.
Adds a new point to the end of the last part of the multipart. If there are no parts then an initial part is created and the point added to that. The point becomes the end point of a line segment in the part.
Return
the point index of the new point in the last part
Since
200.1.0
Parameters
The point to add.