isIsolated method

bool isIsolated()
override

An isolated component is one that does not intersect or touch any other component. This is the case if the label has valid locations for only a single Geometry.

@return true if this component is isolated

Implementation

bool isIsolated() {
  return _isIsolated;
}