Envelope | Overloaded. Initialize a new instance of the Envelope class. |
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. |
Contains | Overloaded. 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. |
ExpandToInclude | Overloaded.
Enlarges the boundary of the Envelopeso that it contains (x,y). |
GetHashCode | Returns a unique integer for this object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize | Overloaded. Initialize to a null Envelope. |
Intersects | Overloaded. Check if the region defined by other overlaps (intersects) the region of this Envelope. |
IsNull | Determines if this Envelope is a "null" envelope. |
Overlaps | Overloaded. 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. |
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. |
Envelope Class | Geotools.Geometries Namespace