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