Skip to content

v0.2.50..v0.2.51 changeset UnifyingConflator.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
index a5ee0f1..fe35ddc 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
@@ -56,9 +56,9 @@ class MergerFactory;
 class ElementId;
 
 /**
- * A different form of conflation from the standard greedy conflation.
- *
- * This is named Unifying because it unifies the building conflation and road conflation approaches.
+ * A different conflation algorithm compared to the original greedy conflation alg. This is named
+ * Unifying because it unifies different feature type conflation approaches (building, road, etc.)
+ * that were originally separated from each other.
  *
  * Re-entrant but not thread safe.
  *
Clone this wiki locally