Geotools.Net

Geometry.IsValid Method 

Returns false if the Geometry is invlaid.

[Visual Basic]
Overridable Public Function IsValid() As Boolean
[C#]
public virtual bool IsValid();

Return Value

Returns true if this Geometry is valid.

Remarks

Subclasses provide their own definition of "valid". If this Geometry is empty, returns true.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace