-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset LinearWaterwayCriterion.h
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayCriterion.h
index 130aca1..c30465e 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayCriterion.h
@@ -45,6 +45,9 @@ public:
virtual bool isSatisfied(const ConstElementPtr& e) const override;
+ virtual ConflatableGeometryType getGeometryType() const
+ { return ConflatableGeometryType::Line; }
+
virtual ElementCriterionPtr clone() { return ElementCriterionPtr(new LinearWaterwayCriterion()); }
virtual QString getDescription() const { return "Identifies linear bodies of water"; }