getErrorIndicator method

Geometry? getErrorIndicator()

Gets a geometry which indicates the location and nature of a validation failure.

If the failure is due to the buffer curve being too far or too close to the input, the indicator is a line segment showing the location and size of the discrepancy.

@return a geometric error indicator or null if no error was found

Implementation

Geometry? getErrorIndicator() {
  return errorIndicator;
}