Check if the point p overlaps (lies inside) the region of this Envelope.
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);
Envelope Class | Envelope Members | Geotools.Geometries Namespace