Geotools.Net

Envelope.Intersects Method

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

Overload List

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

public bool Intersects(Envelope);

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

public bool Intersects(Coordinate);

Check if the point (x, y) overlaps (lies inside) the region of this Envelope.

public bool Intersects(double,double);

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace