Geotools.Net

Coordinate Constructor (Coordinate)

Public constructor which Initializes a coordinate having the same values as Coordinate other.

[Visual Basic]
Overloads Public Sub New( _
   ByVal other As Coordinate _
)
[C#]
public Coordinate(
   Coordinate other
);

Parameters

other
Coordinate from which to construct new object.

Remarks

Initializes a coordinate having the same values as Coordinate other

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace | Coordinate Constructor Overload List