Returns true if the given point lies in or on the envelope.
Returns true if the given point lies in or on the envelope.
public bool Contains(Coordinate);
Returns true if the given point lies in or on the envelope.
public bool Contains(double,double);
Returns true if the Envelope other lies wholely inside this Envelope (inclusive of the boundary).
public bool Contains(Envelope);
Envelope Class | Envelope Members | Geotools.Geometries Namespace