20 #ifndef GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
21 #define GEOS_OPERATION_GEOMETRYGRAPHOPERATION_H
23 #include <geos/export.h>
24 #include <geos/algorithm/LineIntersector.h>
30 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
36 class BoundaryNodeRule;
78 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:78
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:87
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
A LineIntersector is an algorithm that can both test whether two line segments intersect and compute ...
Definition: LineIntersector.h:49
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:52
Definition: BoundaryNodeRule.h:50