Calculates the distance between this point and the supplied otherCoordinate.
[Visual Basic]
Public Function Distance( _
ByVal otherCoordinate As Coordinate _
) As Double
A double containing the distance between the two coordinates.
Missing <remarks> documentation for M:Geotools.Geometries.Coordinate.Distance(Geotools.Geometries.Coordinate)
Coordinate Class | Coordinate Members | Geotools.Geometries Namespace