15 #ifndef GEOS_OP_RECTANGLE_INTERSECTION_H 16 #define GEOS_OP_RECTANGLE_INTERSECTION_H 18 #include <geos/export.h> 24 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 35 class MultiLineString;
37 class GeometryCollection;
38 class GeometryFactory;
39 class CoordinateSequenceFactory;
42 namespace intersection {
44 class RectangleIntersectionBuilder;
51 namespace intersection {
86 static std::unique_ptr<geom::Geometry> clip(
const geom::Geometry& geom,
100 static std::unique_ptr<geom::Geometry> clipBoundary(
const geom::Geometry& geom,
107 std::unique_ptr<geom::Geometry> clipBoundary();
109 std::unique_ptr<geom::Geometry> clip();
147 void clip_geometrycollection(
178 #endif // GEOS_OP_RECTANGLE_INTERSECTION_H Models a collection of Polygons.
Definition: MultiPolygon.h:59
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Speed-optimized clipping of a Geometry with a rectangle.
Definition: RectangleIntersection.h:75
Definition: LineString.h:68
Represents a linear polygon, which may include holes.
Definition: Polygon.h:64
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:55
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: MultiPoint.h:53
A factory to create concrete instances of CoordinateSequences.
Definition: CoordinateSequenceFactory.h:48
Rebuild geometries from subpaths left by clipping with a rectangle.
Definition: RectangleIntersectionBuilder.h:63
Models a collection of LineStrings.
Definition: MultiLineString.h:51
Clipping rectangle.
Definition: Rectangle.h:51