Returns false if the Geometry has any anomalous points.
[Visual Basic]
Function IsSimple() As Boolean
Returns true if this Geometry has any points of self-tangency, self-intersection or other anomalous points
Subinterfaces can refine this definition of "simple" in their comments. If this Geometry is empty, returns true. In general, the SFS specifications of simplicity seem to follow the following rule: A Geometry is simple iff the only self-intersections are at boundary points. For all empty Geometrys, isSimple = true
IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace