Has anybody used the "clone(point_object)" method of a point or other geometry object? I cannot seem to find any documentation or examples of how to use this.
I have tried both: (1) implementing this method on an existing point and providing a new (blank) point as the 'point_object' attribute, and (2) implementing this method on a new (blank) point and providing the existing point as the 'point_object' attribute. In each case, I get the error "Clone input not point object".