Geotools.Net

Coordinate.Distance Method 

Calculates the distance between this point and the supplied otherCoordinate.

[Visual Basic]
Public Function Distance( _
   ByVal otherCoordinate As Coordinate _
) As Double
[C#]
public double Distance(
   Coordinate otherCoordinate
);

Parameters

otherCoordinate
The coordinate to calculate distance from this point.

Return Value

A double containing the distance between the two coordinates.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Coordinate.Distance(Geotools.Geometries.Coordinate)

See Also

Coordinate Class | Coordinate Members | Geotools.Geometries Namespace