Geotools.Net

Coordinate.Clone Method 

Creates a copy of this object.

[Visual Basic]
NotOverridable Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public object Clone();

Return Value

Returns an exact copy of this object.

Implements

ICloneable.Clone

Remarks

Creates a new object that is an exact replica of the first.

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace