Geotools.Net

Envelope.ExpandToInclude Method (Envelope)

Enlarges the boundary of the Envelope so that it contains other.

[Visual Basic]
Overloads Public Sub ExpandToInclude( _
   ByVal other As Envelope _
)
[C#]
public void ExpandToInclude(
   Envelope other
);

Parameters

other
The Envelope to merge with

Remarks

Does nothing if other is wholly on or within the boundaries.

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope.ExpandToInclude Overload List