We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diff --git a/hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.h b/hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.h index 3c514ee..46e13e4 100644 --- a/hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.h +++ b/hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.h @@ -40,6 +40,7 @@ namespace hoot class PolygonCriterion : public ConflatableElementCriterion { public: + static std::string className() { return "hoot::PolygonCriterion"; } PolygonCriterion();