21 #ifndef GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
22 #define GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
24 #include <geos/export.h>
25 #include <geos/algorithm/LineIntersector.h>
31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
37 class BoundaryNodeRule;
79 std::vector<geomgraph::GeometryGraph*>
arg;
std::vector< geomgraph::GeometryGraph * > arg
The operation args into an array so they can be accessed by index.
Definition: GeometryGraphOperation.h:79
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:88
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:50
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:53
Definition: BoundaryNodeRule.h:51