Geotools.Net

Geometry.GetEnvelopeInternal Method 

Returns the minimum and maximum x and y values in this Geometry , or a null Envelope if this Geometry is empty.

[Visual Basic]
Overridable Public Function GetEnvelopeInternal() As Envelope Implements _
   IGeometry.GetEnvelopeInternal
[C#]
public virtual Envelope GetEnvelopeInternal();

Return Value

Returns this Geometry's bounding box. If the Geometry is empty, Envelope is null will return null.

Implements

IGeometry.GetEnvelopeInternal

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.GetEnvelopeInternal

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace