Geotools.Net

Envelope Members

Public Instance Constructors

EnvelopeOverloaded. Initialize a new instance of the Envelope class.

Public Instance Properties

Height Determines the difference between the maximum and minimum y values.
MaximumX Returns the Envelope's maximum x-value. min x > max x indicates that this is a null Envelope.
MaximumY Returns the Envelopes maximum y-value. min y > max y indicates that this is a null Envelope.
MinimumX Returns the Envelope's minimum x-value. min x > max x indicates that this is a null Envelope.
MinimumY Returns the Envelope's minimum y-value. min y > max y indicates that this is a null Envelope.
Width Determines the difference between the maximum and minimum x values.

Public Instance Methods

ContainsOverloaded. Returns true if the given point lies in or on the envelope.
Distance Computes the distance between this and another Envelope.
Equals Determines if the two objects are of the same type and if they contain the elements.
ExpandToIncludeOverloaded. Enlarges the boundary of the
Envelope
so that it contains (x,y).
GetHashCode Returns a unique integer for this object.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeOverloaded. Initialize to a null Envelope.
IntersectsOverloaded. Check if the region defined by other overlaps (intersects) the region of this Envelope.
IsNull Determines if this Envelope is a "null" envelope.
OverlapsOverloaded. Check if the Envelope other overlaps (lies inside) the region of this Envelope.
SetToNull Makes this envelope a "null" envelope, that is, the envelope of the empty geometry.
ToString Returns a string representation of this Envelope.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Envelope Class | Geotools.Geometries Namespace