Computes the distance between this and another Envelope.
[Visual Basic]
Overloads Public Function Distance( _
ByVal env As Envelope _
) As Double
A double containing the distance between the two envelopes.
The distance between overlapping Envelopes is 0. Otherwise, the distance is the Euclidean distance between the closest points.
Envelope Class | Envelope Members | Geotools.Geometries Namespace