Geotools.Net

Envelope.Intersects Method (Coordinate)

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

[Visual Basic]
Overloads Public Function Intersects( _
   ByVal p As Coordinate _
) As Boolean
[C#]
public bool Intersects(
   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.Intersects(Geotools.Geometries.Coordinate)

See Also

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