Skip to content

v0.2.47..v0.2.48 changeset PoiCriterion.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
index 8f67712..8fee41a 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
@@ -45,6 +45,9 @@ public:
 
   virtual bool isSatisfied(const ConstElementPtr& e) const override;
 
+  virtual ConflatableGeometryType getGeometryType() const
+  { return ConflatableGeometryType::Point; }
+
   virtual ElementCriterionPtr clone() { return ElementCriterionPtr(new PoiCriterion()); }
 
   virtual QString getDescription() const { return "Identifies POIs"; }
Clone this wiki locally