Geotools.Net

Envelope.Overlaps Method

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

Overload List

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

public bool Overlaps(Envelope);

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

public bool Overlaps(Coordinate);

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

public bool Overlaps(double,double);

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace