17 #include <geos/export.h> 23 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 34 class MultiLineString;
36 class GeometryCollection;
37 class GeometryFactory;
38 class CoordinateSequenceFactory;
41 namespace intersection {
43 class RectangleIntersectionBuilder;
50 namespace intersection {
85 static std::unique_ptr<geom::Geometry> clip(
const geom::Geometry& geom,
99 static std::unique_ptr<geom::Geometry> clipBoundary(
const geom::Geometry& geom,
106 std::unique_ptr<geom::Geometry> clipBoundary();
108 std::unique_ptr<geom::Geometry> clip();
146 void clip_geometrycollection(
Definition: MultiPolygon.h:59
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Speed-optimized clipping of a Geometry with a rectangle.
Definition: RectangleIntersection.h:74
Definition: LineString.h:66
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:66
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:52
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Definition: MultiPoint.h:51
A factory to create concrete instances of CoordinateSequences.
Definition: CoordinateSequenceFactory.h:44
Rebuild geometries from subpaths left by clipping with a rectangle.
Definition: RectangleIntersectionBuilder.h:62
Models a collection of LineStrings.
Definition: MultiLineString.h:50
Clipping rectangle.
Definition: Rectangle.h:50