Geotools.Net

Envelope Class

An Envelope defines a rectangulare region of the 2D coordinate plane.

For a list of all members of this type, see Envelope Members.

System.Object
   Envelope

[Visual Basic]
Public Class Envelope
[C#]
public class Envelope

Remarks

It is often used to represent the bounding box of a Geometry, e.g. the minimum and maximum x and y values of the Coordinates. Note that Envelopes support infinite or half-infinite regions, by using the values of Double.PositiveInfinity and Double.NegativeInfinity. When Envelope objects are created or initialized, the supplied extent values are automatically sorted into the correct order.

Requirements

Namespace: Geotools.Geometries Namespace

Assembly: Geotools.dll

See Also

Envelope Members | Geotools.Geometries Namespace