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::auto_ptr<geom::Geometry> clip(
const geom::Geometry & geom,
101 static std::auto_ptr<geom::Geometry> clipBoundary(
const geom::Geometry & geom,
108 std::auto_ptr<geom::Geometry> clipBoundary();
110 std::auto_ptr<geom::Geometry> clip();
148 void clip_geometrycollection(
179 #endif // GEOS_OP_RECTANGLE_INTERSECTION_H Models a collection of Polygons.
Definition: MultiPolygon.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Speed-optimized clipping of a Geometry with a rectangle.
Definition: RectangleIntersection.h:74
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Definition: MultiPoint.h:55
A factory to create concrete instances of CoordinateSequences.
Definition: CoordinateSequenceFactory.h:47
Rebuild geometries from subpaths left by clipping with a rectangle.
Definition: RectangleIntersectionBuilder.h:63
Models a collection of (}s.
Definition: MultiLineString.h:51
Clipping rectangle.
Definition: Rectangle.h:51