Geotools.Net

Envelope.Intersects Method (Envelope)

Check if the region defined by other overlaps (intersects) the region of this Envelope.

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

Parameters

other
The Envelope which this Envelope is being checked for overlapping

Return Value

True if the Envelope's overlap

Remarks

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

See Also

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