Geotools.Net

Envelope.IsNull Method 

Determines if this Envelope is a "null" envelope.

[Visual Basic]
Public Function IsNull() As Boolean
[C#]
public bool IsNull();

Return Value

True if this Envelope is uninitialized or is the envelope of the empty geometry.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Envelope.IsNull

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace