Geotools.Net

Point.IsEmpty Method 

Returns true if the coordinate is null, false otherwise

[Visual Basic]
Overrides Public Function IsEmpty() As Boolean Implements _
   IGeometry.IsEmpty
[C#]
public override bool IsEmpty();

Return Value

True if the coordinate is null.

Implements

IGeometry.IsEmpty

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.IsEmpty

See Also

Point Class | Point Members | Geotools.Geometries Namespace