Geotools.Net

Envelope.Overlaps Method (Coordinate)

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

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

Parameters

p
The Coordinate to be tested

Return Value

True if the point overlaps this Envelope

Remarks

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

See Also

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