Geotools.Net

Point.Clone Method 

Returns a copy of this point

[Visual Basic]
Overrides Public Function Clone() As Geometry
[C#]
public override Geometry Clone();

Return Value

A new geometry that is a copy of the original.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.Clone

See Also

Point Class | Point Members | Geotools.Geometries Namespace