Geotools.Net

Envelope.ExpandToInclude Method (Coordinate)

Enlarges the boundary of the

Envelope
so that it contains (x,y).

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

Parameters

p
The Coordinates

Remarks

Does nothing if (x,y) is already on or within the boundaries.

See Also

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