22 #include <geos/export.h> 23 #include <geos/algorithm/LineIntersector.h> 29 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 35 class BoundaryNodeRule;
77 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:77
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:90
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
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:51
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:50
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25