isSimple method

bool isSimple()

Tests whether the geometry is simple.

@return true if the geometry is simple

Implementation

bool isSimple() {
  nonSimpleLocation = null;
  return computeSimple(inputGeom);
}