19 #ifndef GEOS_OP_UNION_CASCADEDUNION_H
20 #define GEOS_OP_UNION_CASCADEDUNION_H
22 #include <geos/export.h>
27 #include "GeometryListHolder.h"
32 class GeometryFactory;
58 const std::vector<geom::Geometry*>* inputGeoms;
68 static int const STRTREE_NODE_CAPACITY = 4;
91 std::vector<geom::Geometry*> polys;
92 for (T i=start; i!=end; ++i) {
94 polys.push_back(const_cast<geom::Geometry*>(p));
183 geom::Geometry* geom, std::vector<geom::Geometry*>& disjointGeoms);