Returns false if the Geometry not simple.
[Visual Basic]
MustOverride Public Function IsSimple() As Boolean Implements _
IGeometry.IsSimple
Returns true if this Geometry has any points of self-tangency, self-intersection or other anomalous points
Subclasses provide their own definition of "simple". If this Geometry is empty, returns true. In general, the OpenGIS specifications of simplicity seem to follow the following rule: A Geometry is simple iff the only self-intersections are at boundary points and for all empty Geometrys, isSimple = true.
Geometry Class | Geometry Members | Geotools.Geometries Namespace