17 #include <geos/export.h>
21 #pragma warning(disable: 4251)
33 class CoordinateSequence;
35 class GeometryFactory;
41 namespace intersection {
49 namespace intersection {
76 std::unique_ptr<geom::Geometry> build();
84 void reconnectPolygons(
const Rectangle& rect);
125 std::list<geom::Polygon*> polygons;
126 std::list<geom::LineString*> lines;
127 std::list<geom::Point*> points;
144 double x1,
double y1,
145 double x2,
double y2);
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:70
Definition: LineString.h:66
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Rebuild geometries from subpaths left by clipping with a rectangle.
Definition: RectangleIntersectionBuilder.h:63
Speed-optimized clipping of a Geometry with a rectangle.
Definition: RectangleIntersection.h:73
Clipping rectangle.
Definition: operation/intersection/Rectangle.h:51
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25