clone abstract method

Object clone()

Returns a deep copy of this collection. Called by Geometry#clone.

@return a copy of the coordinate sequence containing copies of all points @deprecated Recommend {@link #copy()}

Implementation

Object clone();