updateIM method

void updateIM(
  1. IntersectionMatrix im
)

Update the IM with the contribution for this component. A component only contributes if it has a labelling for both parent geometries

Implementation

void updateIM(IntersectionMatrix im) {
//  TODO  Assert.isTrue(label.getGeometryCount() >= 2, "found partial label");
  computeIM(im);
}