17#include <geos/export.h>
23#pragma warning(disable: 4251)
36class GeometryCollection;
40namespace intersection {
42class RectangleIntersectionBuilder;
49namespace intersection {
105 std::unique_ptr<geom::Geometry> clipBoundary();
107 std::unique_ptr<geom::Geometry> clip();
144 void clip_geometrycollection(
Represents a collection of heterogeneous Geometry objects.
Definition GeometryCollection.h:51
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Definition LineString.h:66
Models a collection of LineStrings.
Definition MultiLineString.h:49
Definition MultiPoint.h:50
Definition MultiPolygon.h:58
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
static std::unique_ptr< geom::Geometry > clipBoundary(const geom::Geometry &geom, const Rectangle &rect)
Clip boundary of a geometry with a rectangle.
static std::unique_ptr< geom::Geometry > clip(const geom::Geometry &geom, const Rectangle &rect)
Clip geometry with a rectangle.
Clipping rectangle.
Definition operation/intersection/Rectangle.h:51
Basic namespace for all GEOS functionalities.
Definition geos.h:39