-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset PoiPolygonPoiCriterion.h
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.h
index c321e16..168f124 100644
--- a/hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.h
+++ b/hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.h
@@ -50,6 +50,9 @@ public:
virtual bool isSatisfied(const ConstElementPtr& e) const override;
+ virtual ConflatableGeometryType getGeometryType() const
+ { return ConflatableGeometryType::Point; }
+
virtual ElementCriterionPtr clone() { return ElementCriterionPtr(new PoiPolygonPoiCriterion()); }
virtual QString getDescription() const { return ""; }