20 #ifndef GEOS_OP_UNION_CASCADEDUNION_H
21 #define GEOS_OP_UNION_CASCADEDUNION_H
23 #include <geos/export.h>
28 #include "GeometryListHolder.h"
33 class GeometryFactory;
59 const std::vector<geom::Geometry*>* inputGeoms;
69 static int const STRTREE_NODE_CAPACITY = 4;
92 std::vector<geom::Geometry*> polys;
93 for (T i=start; i!=end; ++i) {
95 polys.push_back(const_cast<geom::Geometry*>(p));
184 geom::Geometry* geom, std::vector<geom::Geometry*>& disjointGeoms);