Geotools.Net

Geometry.Distance Method 

Returns the minimum distance between this Geometry and the Geometry g.

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

Parameters

g
The Geometry from which to compute the distance.

Return Value

Returns the minimum distance between this Geometry and the Geometry g.

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace