isDone method

bool isDone()
override

@see org.locationtech.jts.geom.CoordinateSequenceFilter#isDone */

Implementation

bool isDone() {
  return CollectionsUtils.areEqual(outputOrdinates, checkOrdinateFlags);
}