isIsolated method

bool isIsolated()

Implementation

bool isIsolated() {
  return (label.getGeometryCount() == 1);
}