Geotools.Net

Envelope.Overlaps Method (Envelope)

Check if the Envelope other overlaps (lies inside) the region of this Envelope.

[Visual Basic]
Overloads Public Function Overlaps( _
   ByVal other As Envelope _
) As Boolean
[C#]
public bool Overlaps(
   Envelope other
);

Parameters

other
The Envelope to be tested

Return Value

True if the Envelope other overlaps this Envelope

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.Overlaps(Geotools.Geometries.Envelope)

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope.Overlaps Overload List