Geotools.Net

Envelope.Contains Method

Returns true if the given point lies in or on the envelope.

Overload List

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);

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace